mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 08:55:54 +00:00
- expand path by $settings->_LetoDMSCorePath if set
This commit is contained in:
parent
5cc903ca8f
commit
e761b28072
|
@ -31,4 +31,7 @@ if(is_link($_tmp)) {
|
|||
if(isset($settings->_ADOdbPath))
|
||||
ini_set('include_path', $settings->_ADOdbPath.":".ini_get('include_path'));
|
||||
|
||||
if(isset($settings->_LetoDMSCorePath))
|
||||
ini_set('include_path', $settings->_LetoDMSCorePath.ini_get('include_path'));
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue
Block a user