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 +++- src/admin/misc.php | 18 +++++++++--------- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'src/admin') 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 "
"; diff --git a/src/admin/misc.php b/src/admin/misc.php index 0f62e89..cec35d9 100644 --- a/src/admin/misc.php +++ b/src/admin/misc.php @@ -19,7 +19,7 @@ require 'header.php'; ?>
-
+