aboutsummaryrefslogtreecommitdiff
path: root/src/admin/header.php
diff options
context:
space:
mode:
authorCassio de Campos <cassiopc@gmail.com>2017-10-25 14:29:38 +0000
committerCassio de Campos <cassiopc@gmail.com>2017-10-25 14:29:38 +0000
commit5994af1b2eb9d7055d6a0575d7dca94870431ff8 (patch)
tree77eff5040c4c8c0107cdaa12540ec2b9ea75cd04 /src/admin/header.php
parent5a4826969f3560bbfff42715f876ed371d88f520 (diff)
downloadboca-5994af1b2eb9d7055d6a0575d7dca94870431ff8.tar.gz
boca-5994af1b2eb9d7055d6a0575d7dca94870431ff8.zip
refresh of transfer
Diffstat (limited to 'src/admin/header.php')
-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 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>";