diff options
Diffstat (limited to 'src/admin/header.php')
| -rw-r--r-- | src/admin/header.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/admin/header.php b/src/admin/header.php index 6002b18..116f4f6 100644 --- a/src/admin/header.php +++ b/src/admin/header.php @@ -42,7 +42,6 @@ if(!isset($_POST['noflush'])) { echo "<link rel=stylesheet href=\"$loc/Css.php\" type=\"text/css\">\n"; } -//echo "<meta http-equiv=\"refresh\" content=\"60\" />"; if(!ValidSession()) { InvalidSession("admin/index.php"); ForceLoad("$loc/index.php"); @@ -52,6 +51,11 @@ if($_SESSION["usertable"]["usertype"] != "admin") { ForceLoad("$loc/index.php"); } +if ((isset($_GET["Submit1"]) && $_GET["Submit1"] == "Transfer") || + (isset($_GET["Submit3"]) && $_GET["Submit3"] == "Transfer scores")) { + echo "<meta http-equiv=\"refresh\" content=\"60\" />"; +} + if(!isset($_POST['noflush'])) { echo "</head><body id=\"body\"><table border=1 width=\"100%\">\n"; echo "<tr><td nowrap bgcolor=\"eeee00\" align=center>"; |