From f16f9d378c29f77947cb21a19903318dfb6189ae Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 20:31:31 -1000 Subject: [PATCH] forgot to close something off. again. --- gw-index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/gw-index.php b/gw-index.php index aa512c7..e4b4a2f 100644 --- a/gw-index.php +++ b/gw-index.php @@ -8,4 +8,5 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ echo '
Username:
'; echo 'Password:
'; echo '
'; +} ?>