Engliche Fehlermeldung bei Fehlerhaftem Login

This commit is contained in:
oesi
2016-05-30 16:00:26 +02:00
parent 0e3cd3a54d
commit ba9d398b55
+1 -1
View File
@@ -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