summaryrefslogtreecommitdiffstats
path: root/include/cancelgame.php
diff options
context:
space:
mode:
Diffstat (limited to 'include/cancelgame.php')
-rw-r--r--include/cancelgame.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/cancelgame.php b/include/cancelgame.php
index 9f86142..fba950e 100644
--- a/include/cancelgame.php
+++ b/include/cancelgame.php
@@ -7,6 +7,14 @@ if(!isset($HOST))
output_status();
+if(!myisset("me"))
+ {
+ echo "Hmm, you really shouldn't mess with the urls.<br />\n";
+ output_footer();
+ DB_close();
+ exit();
+ }
+
$me = $_REQUEST["me"];
/* test for valid ID */