mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 17:44:56 +00:00
- added rootDir.'pear' to include path
This commit is contained in:
parent
e6916f98d3
commit
13ed67e42c
|
@ -67,7 +67,7 @@ if (isset($settingsOLD)) {
|
|||
exit;
|
||||
}
|
||||
|
||||
if(isset($settings->_ADOdbPath))
|
||||
ini_set('include_path', $settings->_ADOdbPath. PATH_SEPARATOR .ini_get('include_path'));
|
||||
if(isset($settings->_rootDir))
|
||||
ini_set('include_path', $settings->_rootDir.'/pear'. PATH_SEPARATOR .ini_get('include_path'));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user