From fc2fb4bb443b56efc1e9ae8c3c724a157bfa390c Mon Sep 17 00:00:00 2001 From: Marco Date: Thu, 19 Oct 2017 00:36:08 +0200 Subject: [PATCH] Move 'Refresh' button from bottom to top in 'tests' --- tests/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tests/index.php b/tests/index.php index 90950de..3fd2d7f 100644 --- a/tests/index.php +++ b/tests/index.php @@ -35,6 +35,7 @@ $auth = new \Delight\Auth\Auth($db); $result = \processRequestData($auth); +\showGeneralForm(); \showDebugData($auth, $result); if ($auth->check()) { @@ -634,8 +635,6 @@ function showGeneralForm() { } function showAuthenticatedUserForm(\Delight\Auth\Auth $auth) { - \showGeneralForm(); - echo '
'; echo ''; echo ' '; @@ -684,8 +683,6 @@ function showAuthenticatedUserForm(\Delight\Auth\Auth $auth) { } function showGuestUserForm() { - \showGeneralForm(); - echo '

Public

'; echo '';