mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fixed parse error on PHP 4.0.0
This commit is contained in:
parent
46780af615
commit
370f7f0cab
@ -140,10 +140,12 @@
|
||||
$passwd = $HTTP_SERVER_VARS["SSL_CLIENT_S_DN"];
|
||||
}
|
||||
}
|
||||
unset ($key,$val,$sslattributes);
|
||||
unset($key);
|
||||
unset($val);
|
||||
unset($sslattributes);
|
||||
}
|
||||
|
||||
if (isset($submit) && $submit)
|
||||
if (isset($submit) && $submit || $submit_x || $submit_y)
|
||||
{
|
||||
if (getenv(REQUEST_METHOD) != 'POST' && !isset($PHP_AUTH_USER) && !isset($HTTP_SERVER_VARS["SSL_CLIENT_S_DN"]))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user