From 7a21b982f837592a19747189925b8d402e4059cc Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 4 May 2009 08:31:55 +0000 Subject: - ereg -> preg git-svn-id: https://svn.roundcube.net/trunk@2453 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/iniset.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/program/include/iniset.php') diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 46f3750ea..eef1ec537 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -34,7 +34,7 @@ define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); // make sure path_separator is defined if (!defined('PATH_SEPARATOR')) { - define('PATH_SEPARATOR', (eregi('win', PHP_OS) ? ';' : ':')); + define('PATH_SEPARATOR', (strtoupper(substr(PHP_OS, 0, 3)) == 'WIN') ? ';' : ':'); } // RC include folders MUST be included FIRST to avoid other -- cgit v1.2.3