From 4c68b787686f16cf4be4381902f807b5e453e415 Mon Sep 17 00:00:00 2001 From: Miles Lott Date: Wed, 22 Nov 2006 23:06:05 +0000 Subject: [PATCH] Ensure inclusion of header from the top-level directory --- notify.php | 2 +- set_box.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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']);