X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Fcancelgame.php;h=fba950ee7a20934306626f44599835ae063ec3e1;hp=9f86142d66c0ec9b99227afd0e1fba70610fc57e;hb=981c12ce5d5aaf606584a4ab59054316d2b6c6c2;hpb=09515348107d9aab7823a12d31b082a2ebb75555 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.
\n"; + output_footer(); + DB_close(); + exit(); + } + $me = $_REQUEST["me"]; /* test for valid ID */