From 1bfe56cc5c9c413de6dd148629b5039926dbc26d Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 01:57:05 -1000 Subject: [PATCH] forgot css stuff --- gw-index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-index.php b/gw-index.php index fc10de7..9f718a2 100644 --- a/gw-index.php +++ b/gw-index.php @@ -10,7 +10,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ echo 'Proceed to character selection here
'; echo 'Create a new character to record here
'; if ($_SESSION['access'] == 9){ - echo'
Hello admin, please click here to access the admin page
'; + echo'
Hello admin, please click here to access the admin page
'; } } else { echo 'Login Required';