diff options
Diffstat (limited to 'include/cancelgame.php')
-rw-r--r-- | include/cancelgame.php | 8 |
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 */ |