From b042f2515b50f6d481cfc40c32e767980a25e9bb Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 6 Feb 2003 10:52:17 +0000 Subject: [PATCH] updated auth test --- tests/authentication/authentication.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; } ?> -- libgit2 0.21.4