Ensure inclusion of header from the top-level directory

This commit is contained in:
Miles Lott 2006-11-22 23:06:05 +00:00
parent 497602b4de
commit 4c68b78768
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
'disable_Template_class' => True,
'currentapp' => 'notifywindow'
);
include('header.inc.php');
include('./header.inc.php');
$charSet = $GLOBALS['egw']->translation->charset();
?>
<html>

View File

@ -19,7 +19,7 @@
'currentapp' => 'home'
)
);
include('header.inc.php');
include('./header.inc.php');
@reset($GLOBALS['egw_info']['user']['preferences']);