mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +01:00
http-auth fix - thanks ManxPower
This commit is contained in:
parent
3a92c8d5bb
commit
cce3d68984
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user