mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-11-28 10:30:42 +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;
|
exit;
|
||||||
}
|
}
|
||||||
|
|
||||||
if(isset($settings->_ADOdbPath))
|
if(isset($settings->_rootDir))
|
||||||
ini_set('include_path', $settings->_ADOdbPath. PATH_SEPARATOR .ini_get('include_path'));
|
ini_set('include_path', $settings->_rootDir.'/pear'. PATH_SEPARATOR .ini_get('include_path'));
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user