mirror of
https://github.com/php/web-php.git
synced 2026-04-24 07:28:16 +02:00
Fix auth failure error message
This commit is contained in:
@@ -157,7 +157,7 @@ bugs of type <?show_types("Any")?>.
|
||||
}
|
||||
}
|
||||
if(!$ok) {
|
||||
echo "<b>Sorry, unable to modify database.</b><br>\n";
|
||||
echo "<b>Sorry, incorrect user id/password pair.</b><br>\n";
|
||||
Mail("rasmus@lerdorf.on.ca", "bugdb auth failure for $user/$pw", "", "From: bugdb");
|
||||
} else {
|
||||
echo "<b>Database updated!</b><br>\n";
|
||||
|
||||
Reference in New Issue
Block a user