mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-09 13:06:14 +00:00
- use PATH_SEPARATOR
This commit is contained in:
parent
be04f7ce97
commit
66e906853e
|
@ -19,7 +19,7 @@
|
||||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||||
|
|
||||||
if(isset($settings->_ADOdbPath))
|
if(isset($settings->_ADOdbPath))
|
||||||
ini_set('include_path', $settings->_ADOdbPath.":".ini_get('include_path'));
|
ini_set('include_path', $settings->_ADOdbPath. PATH_SEPARATOR .ini_get('include_path'));
|
||||||
|
|
||||||
if(!empty($settings->_coreDir))
|
if(!empty($settings->_coreDir))
|
||||||
require_once($settings->_coreDir.'/Core.php');
|
require_once($settings->_coreDir.'/Core.php');
|
||||||
|
|
Loading…
Reference in New Issue
Block a user