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