From 3520c28c8d302e5461e9974bfacfaa182986e7f4 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 01:55:42 -1000 Subject: [PATCH] removed 2 centers, added 1 center --- gw-index.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gw-index.php b/gw-index.php index bf7453e..fc10de7 100644 --- a/gw-index.php +++ b/gw-index.php @@ -8,13 +8,17 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ $uname = $_SESSION['username']; echo 'Welcome, ' . $uname . '
'; echo 'Proceed to character selection here
'; - echo 'Create a new character to record here
'; + echo 'Create a new character to record here
'; + if ($_SESSION['access'] == 9){ + echo'
Hello admin, please click here to access the admin page
'; + } } else { echo 'Login Required'; echo '
Username:
'; echo 'Password:
'; - echo '
'; + echo ''; } ?> +