http-auth fix - thanks ManxPower

This commit is contained in:
Ralf Becker 2003-05-24 11:54:24 +00:00
parent 3a92c8d5bb
commit cce3d68984

View File

@ -190,7 +190,7 @@
unset($sslattributes);
}
if (isset($_POST['passwd_type']) || $submit_x || $submit_y)
if (isset($_POST['passwd_type']) || $_POST['submit_x'] || $_POST['submit_y'] || $submit)
// isset($_POST['passwd']) && $_POST['passwd']) // enable konqueror to login via Return
{
if (getenv(REQUEST_METHOD) != 'POST' && $_SERVER['REQUEST_METHOD'] != 'POST'