Skip to content
Snippets Groups Projects
Commit b2702c44 authored by Frank Karlitschek's avatar Frank Karlitschek
Browse files

fix include path

parent f5a030f4
Branches
No related tags found
Loading
...@@ -97,7 +97,7 @@ if($WEBROOT!='' and $WEBROOT[0]!=='/'){ ...@@ -97,7 +97,7 @@ if($WEBROOT!='' and $WEBROOT[0]!=='/'){
} }
// set the right include path // 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 //Some libs we really depend on
require_once('Sabre/autoload.php'); require_once('Sabre/autoload.php');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment