From 67024e826b9b4758a9c0cee8d0a8f01a4e14982c Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Sun, 21 May 2017 02:33:38 -1000 Subject: [PATCH] no nested forms suck --- gw-insert.php | 2 +- gw-record.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gw-insert.php b/gw-insert.php index 6c2995e..32b3614 100644 --- a/gw-insert.php +++ b/gw-insert.php @@ -1,5 +1,5 @@
'; echo 'Return to data recording page'; ?> \ No newline at end of file diff --git a/gw-record.php b/gw-record.php index 6174b4e..2b6dc41 100644 --- a/gw-record.php +++ b/gw-record.php @@ -84,6 +84,8 @@ if ($whatdropped == "1"){ echo ''; } echo ' '; + echo ' and |code for gold dropped here| gold pieces'; + echo '

'; } else if ($whatdropped == "3"){ echo 'run rune code'; } else { @@ -95,7 +97,5 @@ if ($whatdropped == "1"){ echo ''; exit; } -echo ' and |code for gold dropped here| gold pieces'; -echo '

'; echo 'Reload the page with no GET data? RELOAD'; ?> \ No newline at end of file