- extend include_path by directory of adodb if set

This commit is contained in:
steinm 2011-01-20 10:18:06 +00:00
parent d114a1c17f
commit a65ea4a3f1

View File

@ -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'));
?>