From 5994af1b2eb9d7055d6a0575d7dca94870431ff8 Mon Sep 17 00:00:00 2001 From: Cassio de Campos Date: Wed, 25 Oct 2017 15:29:38 +0100 Subject: refresh of transfer --- src/admin/header.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/admin/header.php') 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 "\n"; } -//echo ""; 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 ""; + if(!isset($_POST['noflush'])) { echo "\n"; echo "
"; -- cgit v1.2.3