From 9249cec9d3c37bc6b08cbfcb33ffa9596634af79 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 23 May 2017 22:22:22 -1000 Subject: [PATCH] this should auto return us to toon choice sort of. --- gw-insert.php | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/gw-insert.php b/gw-insert.php index 55f4b34..3fdaf10 100644 --- a/gw-insert.php +++ b/gw-insert.php @@ -31,10 +31,8 @@ if ($droptype == 1){ die ('There was an error running the query [' . $con->error . ']'); } } else { - echo 'No data was sent!
'; + exit("Variable droptype was set to ($droptype)"); } -echo '
Return to data recording page

'; -echo 'Go to character selection'; -# humans shouldn't actually see this page, will need to auto submit this form back to gw-toon.php using the POST data name of "cname" so the previous toon will be auto selected -# or look into using cookies / sessions (sessions being preferable) +echo ''; +echo '
'; ?> \ No newline at end of file