From ba9d398b55d883aeabfab073be4e2ad241b315f5 Mon Sep 17 00:00:00 2001 From: oesi Date: Mon, 30 May 2016 16:00:26 +0200 Subject: [PATCH] Engliche Fehlermeldung bei Fehlerhaftem Login --- include/auth_mixed.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/auth_mixed.class.php b/include/auth_mixed.class.php index d6b861b0d..cff1d8635 100644 --- a/include/auth_mixed.class.php +++ b/include/auth_mixed.class.php @@ -144,7 +144,7 @@ class authentication extends auth { header('WWW-Authenticate: Basic realm="'.AUTH_NAME.'"'); header('HTTP/1.0 401 Unauthorized'); - echo "Ihre Zugangsdaten sind ungueltig!"; + echo "Invalid Credentials"; exit; } else