X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=e-DoKo.git;a=blobdiff_plain;f=include%2Freminder.php;h=9c297cd4d7793ef58474618bce8e9e3ee0e85c89;hp=8844e4801679ffa4f67b3627b6cf1e89058836d2;hb=193099c75801f128beb8f3bb9541a3cb70f24002;hpb=086ed1db2ec28817b3370481455c84ceaf6448c2 diff --git a/include/reminder.php b/include/reminder.php index 8844e48..9c297cd 100644 --- a/include/reminder.php +++ b/include/reminder.php @@ -5,14 +5,10 @@ if(!isset($HOST)) exit; -output_status(); - if(!myisset("me")) { echo "Hmm, you really shouldn't mess with the urls.
\n"; - output_footer(); - DB_close(); - exit(); + return; } $me = $_REQUEST["me"]; @@ -23,9 +19,7 @@ if(!$myid) { echo "Can't find you in the database, please check the url.
\n"; echo "perhaps the game has been canceled, check by login in here."; - output_footer(); - DB_close(); - exit(); + return; } DB_update_user_timestamp($myid);