mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 04:29:28 +01:00
fixed typo in previous commit: problem pointed out by Nahuel Grisolia <ngrisolia@cybsec.com>
This commit is contained in:
parent
8b92fc4998
commit
7d1ac84b67
@ -223,7 +223,6 @@ class setup
|
|||||||
#phpinfo();
|
#phpinfo();
|
||||||
$FormLogout = get_var('FormLogout', array('GET','POST'));
|
$FormLogout = get_var('FormLogout', array('GET','POST'));
|
||||||
$ConfigLang = self::get_lang();
|
$ConfigLang = self::get_lang();
|
||||||
if (!preg_match('/^['))
|
|
||||||
if(!$FormLogout)
|
if(!$FormLogout)
|
||||||
{
|
{
|
||||||
$ConfigLogin = get_var('ConfigLogin', array('POST'));
|
$ConfigLogin = get_var('ConfigLogin', array('POST'));
|
||||||
|
Loading…
Reference in New Issue
Block a user