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);