diff --git a/src/public/auth/login/index.php b/src/public/auth/login/index.php index f747f4bed4..fa162c64fc 100644 --- a/src/public/auth/login/index.php +++ b/src/public/auth/login/index.php @@ -32,20 +32,25 @@ -
-Note: " . $msg . "
"; + echo "Note: " . $msg . "
"; } if (!array_key_exists("email", $_POST) || !array_key_exists("pswd", $_POST)) { login("none");