diff options
Diffstat (limited to 'src/admin/header.php')
| -rw-r--r-- | src/admin/header.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/admin/header.php b/src/admin/header.php index 6002b18..4432bf6 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,9 @@ if($_SESSION["usertable"]["usertype"] != "admin") { ForceLoad("$loc/index.php"); } +if (isset($_GET["Submit1"]) && $_GET["Submit1"] == "Transfer") + 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>"; |