From 53af134ec30b2214a56998e8c54e2284e056d26c Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 21:16:02 -1000 Subject: [PATCH] did debug code break something --- gw-login.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gw-login.php b/gw-login.php index 858a2cc..a42932d 100644 --- a/gw-login.php +++ b/gw-login.php @@ -1,10 +1,10 @@ here
'; //really should automate this - echo 'Your session userid is ' . $userid . ' and your access is ' . $acc . '
'; + //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);