aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/admin/header.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/admin/header.php b/src/admin/header.php
index 4432bf6..116f4f6 100644
--- a/src/admin/header.php
+++ b/src/admin/header.php
@@ -51,8 +51,10 @@ if($_SESSION["usertable"]["usertype"] != "admin") {
ForceLoad("$loc/index.php");
}
-if (isset($_GET["Submit1"]) && $_GET["Submit1"] == "Transfer")
+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";