From 24a423350352fb5336bd783e76b95cfd4c16bab9 Mon Sep 17 00:00:00 2001 From: till Date: Sun, 3 Feb 2008 14:33:33 +0000 Subject: * another include_path fix --- check.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'check.php') diff --git a/check.php b/check.php index a21431aa8..6fadaa9db 100644 --- a/check.php +++ b/check.php @@ -36,10 +36,15 @@ * @todo Check IMAP settings. * @todo Check SMTP settings. * @todo HTML/CSS to make it pretty. + * @todo In devel-next, use bootstrap. */ $include_path = dirname(__FILE__) . '/program/lib/'; -$include_path .= PATH_SEPARATOR . get_include_path(); +$include_path .= PATH_SEPARATOR; +$include_path .= dirname(__FILE__) . '/program/'; +$include_path .= PATH_SEPARATOR; +$include_path .= get_include_path(); + set_include_path($include_path); $writable_dirs = array('logs/', 'temp/'); -- cgit v1.2.3