diff --git a/tests/authentication/authentication.php b/tests/authentication/authentication.php index b2204c3..0910e56 100644 --- a/tests/authentication/authentication.php +++ b/tests/authentication/authentication.php @@ -45,6 +45,6 @@ if (checkSession()) { // user credentials to authenticate $sUserName = "michael"; $sPassword = "pass123"; - echo ""; + echo ""; } ?>