mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-08 10:59:03 +00:00
- check for extraPath in settings and add it to the php include path
This commit is contained in:
parent
be13dac0b7
commit
3e3d57bb86
|
@ -67,7 +67,7 @@ if (isset($settingsOLD)) {
|
||||||
exit;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($settings->_rootDir))
|
if(isset($settings->_extraPath))
|
||||||
ini_set('include_path', $settings->_rootDir.'/pear'. PATH_SEPARATOR .ini_get('include_path'));
|
ini_set('include_path', $settings->_extraPath. PATH_SEPARATOR .ini_get('include_path'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user