mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-11 09:35:00 +00:00
- extend include_path by directory of adodb if set
This commit is contained in:
parent
d114a1c17f
commit
a65ea4a3f1
|
@ -27,4 +27,8 @@ if(is_link($_tmp)) {
|
|||
} else {
|
||||
include("../conf/conf.Settings.php");
|
||||
}
|
||||
|
||||
if(isset($settings->_ADOdbPath))
|
||||
ini_set('include_path', $settings->_ADOdbPath.":".ini_get('include_path'));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user