From 473701f4631da5cc676b381959384b12ffda39a5 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 14:17:33 -1000 Subject: [PATCH] action seemed simple enough still have to make it auto submit on pae load --- gw-action.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/gw-action.php b/gw-action.php index e69de29..d57f1c8 100644 --- a/gw-action.php +++ b/gw-action.php @@ -0,0 +1,11 @@ +'; +} else if ($action == 2){ + echo '
'; +} else { + echo 'You shouldn\'t be seeing this, something went horribly horribly wrong!'; +} +?> \ No newline at end of file