Change wording Login Failed to Authentication Required in user.php.

This commit is contained in:
Retro_Guy 2024-03-06 11:35:03 -07:00
parent 5307591089
commit 337d4be66a
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ if ((password_verify($_POST['username'] . $keys[0] . get_user_config($_POST['use
<?php
$logged_in = true;
} else {
echo 'Login failed.';
echo 'Authentication Required';
}
}