From d29abed0555dc1d98fba49a67975b2b469b7de2f Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sat, 10 Jun 2017 02:02:17 -1000 Subject: [PATCH] added logout button everywhere soon to be replaced by gw-footer.php --- gw-create.php | 1 + gw-index.php | 2 ++ gw-location.php | 1 + gw-record.php | 2 ++ 4 files changed, 6 insertions(+) diff --git a/gw-create.php b/gw-create.php index d704dfe..2b9e790 100644 --- a/gw-create.php +++ b/gw-create.php @@ -64,5 +64,6 @@ if ($createnew === "1"){

Return to home. +

\ No newline at end of file diff --git a/gw-index.php b/gw-index.php index 9f718a2..8271659 100644 --- a/gw-index.php +++ b/gw-index.php @@ -20,5 +20,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ } ?> + +

diff --git a/gw-location.php b/gw-location.php index 0e1e357..bec02c6 100644 --- a/gw-location.php +++ b/gw-location.php @@ -29,5 +29,6 @@ while ($rowmap = $resultmap->fetch_array()){ echo '
'; echo '
'; ?> +

\ No newline at end of file diff --git a/gw-record.php b/gw-record.php index ce936ed..fb2a8e4 100644 --- a/gw-record.php +++ b/gw-record.php @@ -149,5 +149,7 @@ if ($whatdropped == "1"){
+ +

\ No newline at end of file