From b2702c44061d73ef80b8e26d85f0921c170c3921 Mon Sep 17 00:00:00 2001 From: Frank Karlitschek Date: Sun, 7 Aug 2011 17:39:38 +0200 Subject: fix include path --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/base.php b/lib/base.php index 270e8c20c75..51dee60d672 100644 --- a/lib/base.php +++ b/lib/base.php @@ -97,7 +97,7 @@ if($WEBROOT!='' and $WEBROOT[0]!=='/'){ } // set the right include path -set_include_path($SERVERROOT.'/lib'.PATH_SEPARATOR.$SERVERROOT.'/config'.PATH_SEPARATOR.$SERVERROOT.'/3dparty'.PATH_SEPARATOR.get_include_path().PATH_SEPARATOR.$SERVERROOT); +set_include_path($SERVERROOT.'/lib'.PATH_SEPARATOR.$SERVERROOT.'/config'.PATH_SEPARATOR.$SERVERROOT.'/3rdparty'.PATH_SEPARATOR.get_include_path().PATH_SEPARATOR.$SERVERROOT); //Some libs we really depend on require_once('Sabre/autoload.php'); -- cgit v1.2.3