From 141074eb99a435f4788613465e304faae6407a07 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 24 May 2017 22:39:05 -1000 Subject: [PATCH] more session fun --- gw-action.php | 4 ++-- gw-pull.php | 4 +++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/gw-action.php b/gw-action.php index 73a9319..2317528 100644 --- a/gw-action.php +++ b/gw-action.php @@ -1,12 +1,12 @@ Redirecting ...'; if ($action == 1){ //insert dropped items data echo ''; - echo '
'; + echo '
'; } else if ($action == 2){ //view history of dropped items echo ''; echo '
'; diff --git a/gw-pull.php b/gw-pull.php index 7ba4b7a..de55d5f 100644 --- a/gw-pull.php +++ b/gw-pull.php @@ -1,9 +1,11 @@ Treasure Data connect_errno > 0){ die ('Unable to connect to database [' . $db->connect_errno . ']'); }