mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-14 09:58:16 +01:00
cleaned up reference
This commit is contained in:
parent
1e7aa992a0
commit
65fd880cfc
@ -575,8 +575,8 @@
|
||||
\**************************************************************************/
|
||||
/* Then the include file */
|
||||
|
||||
if ($phpgw_info["flags"]["noheader"] && !$phpgw_info["flags"]["noappheader"] && file_exists ($phpgw_info["server"]["app_inc"]."/header.inc.php")) {
|
||||
include($phpgw_info["server"]["app_inc"]."/header.inc.php");
|
||||
if ($phpgw_info["flags"]["noheader"] && !$phpgw_info["flags"]["noappheader"]) {
|
||||
$this->app_header();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user