forked from extern/egroupware
stop PHP Notice: Undefined index "currentapp" in pre 16.1 header
This commit is contained in:
parent
fa8f53e6d4
commit
abd89c436c
@ -260,6 +260,7 @@ if (file_exists($config['header']) && filesize($config['header']) >= 200) // def
|
||||
$GLOBALS['egw_info'] = array(
|
||||
'flags' => array(
|
||||
'noapi' => true,
|
||||
'currentapp' => 'login', // stop PHP Notice: Undefined index "currentapp" in pre 16.1 header
|
||||
)
|
||||
);
|
||||
include $config['header'];
|
||||
|
Loading…
Reference in New Issue
Block a user