NEW FEATURE: add tooltips to icons at table
[e-DoKo.git] / include / reminder.php
index 8844e4801679ffa4f67b3627b6cf1e89058836d2..9c297cd4d7793ef58474618bce8e9e3ee0e85c89 100644 (file)
@@ -5,14 +5,10 @@
 if(!isset($HOST))
   exit;
 
-output_status();
-
 if(!myisset("me"))
   {
     echo "Hmm, you really shouldn't mess with the urls.<br />\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.<br />\n";
     echo "perhaps the game has been canceled, check by login in <a href=\"$INDEX\">here</a>.";
-    output_footer();
-    DB_close();
-    exit();
+    return;
   }
 
 DB_update_user_timestamp($myid);