From 4aec7613a5fcdf319a95a7ff22c4746d4f966d75 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 21:10:20 -1000 Subject: [PATCH] work! --- gw-login.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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);