diff --git a/gw-login.php b/gw-login.php index dcabc1c..858a2cc 100644 --- a/gw-login.php +++ b/gw-login.php @@ -1,8 +1,10 @@ here
'; //really should automate this - echo 'Your session userid is ' . $_SESSION['userid'] . ' and your access is ' . $_SESSION['access'] . '
'; + 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);