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 '';