forked from extern/egroupware
http-auth fix - thanks ManxPower
This commit is contained in:
parent
3a92c8d5bb
commit
cce3d68984
@ -190,7 +190,7 @@
|
|||||||
unset($sslattributes);
|
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
|
// isset($_POST['passwd']) && $_POST['passwd']) // enable konqueror to login via Return
|
||||||
{
|
{
|
||||||
if (getenv(REQUEST_METHOD) != 'POST' && $_SERVER['REQUEST_METHOD'] != 'POST'
|
if (getenv(REQUEST_METHOD) != 'POST' && $_SERVER['REQUEST_METHOD'] != 'POST'
|
||||||
|
Loading…
Reference in New Issue
Block a user