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