forked from extern/egroupware
Ensure inclusion of header from the top-level directory
This commit is contained in:
parent
497602b4de
commit
4c68b78768
@ -18,7 +18,7 @@
|
||||
'disable_Template_class' => True,
|
||||
'currentapp' => 'notifywindow'
|
||||
);
|
||||
include('header.inc.php');
|
||||
include('./header.inc.php');
|
||||
$charSet = $GLOBALS['egw']->translation->charset();
|
||||
?>
|
||||
<html>
|
||||
|
@ -19,7 +19,7 @@
|
||||
'currentapp' => 'home'
|
||||
)
|
||||
);
|
||||
include('header.inc.php');
|
||||
include('./header.inc.php');
|
||||
|
||||
@reset($GLOBALS['egw_info']['user']['preferences']);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user