From 5c3fa47ffdad16b04557a0aff39ee0663505e7f2 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 21:33:12 -1000 Subject: [PATCH] no clue what I'm doing now --- gw-login.php | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/gw-login.php b/gw-login.php index a42932d..2376377 100644 --- a/gw-login.php +++ b/gw-login.php @@ -1,11 +1,5 @@ here
'; //really should automate this - //echo 'Your session userid is ' . $userid . ' and your access is ' . $acc . '
'; -} else { include_once 'gw-connect.php'; $con = new mysqli(DATABASE_HOST, DATABASE_USER, DATABASE_PASS, DATABASE_NAME); $username = mysqli_real_escape_string($con, $_POST['username']); //enable this after username form is built @@ -28,5 +22,5 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ $_SESSION['access'] = $access; echo 'Your username is ' . $uname . '. Your userid is ' . $uid . '. Your access level is ' . $access . '.
'; } -} + echo 'Proceed to character selection here
'; //really should automate this ?> \ No newline at end of file