From 95a9f1eb95122038fe6f90e62dcba28507710e80 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 30 May 2017 14:55:31 -1000 Subject: [PATCH] missed me an href --- gw-index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-index.php b/gw-index.php index 8b36882..bf7453e 100644 --- a/gw-index.php +++ b/gw-index.php @@ -7,7 +7,7 @@ session_start(); if (isset($_SESSION['userid']) && ($_SESSION['access'])){ $uname = $_SESSION['username']; echo 'Welcome, ' . $uname . '
'; - echo 'Proceed to character selection here
'; + echo 'Proceed to character selection here
'; echo 'Create a new character to record here
'; } else { echo 'Login Required';