1
0
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:
Rasmus Lerdorf
1998-01-25 23:05:56 +00:00
parent 3de0efcf8a
commit 8a2a3a32f3
+1 -1
View File
@@ -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";