Fix: add "set_include_path"
This commit is contained in:
parent
281805991a
commit
55b313f798
@ -83,7 +83,7 @@ class Conf
|
||||
dol_syslog("Conf::setValues");
|
||||
|
||||
// Add root path
|
||||
$this->include_path[] = DOL_DOCUMENT_ROOT;
|
||||
$this->include_path[] = DOL_DOCUMENT_ROOT."/";
|
||||
// Add library path
|
||||
$this->include_path[] = DOL_DOCUMENT_ROOT."/lib/";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user