diff --git a/notify.php b/notify.php index e9dbfd8133..4da8c328d7 100644 --- a/notify.php +++ b/notify.php @@ -18,7 +18,7 @@ 'disable_Template_class' => True, 'currentapp' => 'notifywindow' ); - include('header.inc.php'); + include('./header.inc.php'); $charSet = $GLOBALS['egw']->translation->charset(); ?> diff --git a/set_box.php b/set_box.php index c121dee7c0..d3b1b9e1c3 100755 --- a/set_box.php +++ b/set_box.php @@ -19,7 +19,7 @@ 'currentapp' => 'home' ) ); - include('header.inc.php'); + include('./header.inc.php'); @reset($GLOBALS['egw_info']['user']['preferences']);