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 ''; } ?> +