mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +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;
|
||||
}
|
||||
|
||||
if(isset($settings->_rootDir))
|
||||
ini_set('include_path', $settings->_rootDir.'/pear'. PATH_SEPARATOR .ini_get('include_path'));
|
||||
if(isset($settings->_extraPath))
|
||||
ini_set('include_path', $settings->_extraPath. PATH_SEPARATOR .ini_get('include_path'));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user