diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-07 12:04:39 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-08-07 12:04:39 +0000 |
| commit | 51776cb9c4b1d192868f70c08683cfb478f159d1 (patch) | |
| tree | 565ef857c2fbe2748521d41433947549ac896217 /roundcubemail/program/include/iniset.php | |
| parent | 2c861c81b9b5f5cbba1c417f26d99e8a140c6e52 (diff) | |
Fix unit tests + update version
git-svn-id: https://svn.roundcube.net/trunk@3879 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/iniset.php')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 2a30e51c1..a4f87e95e 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/program/include/iniset.php @@ -45,7 +45,9 @@ if (!defined('INSTALL_PATH')) { define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/'); } -define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +if (!defined('RCMAIL_CONFIG_DIR')) { + define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +} // make sure path_separator is defined if (!defined('PATH_SEPARATOR')) { |
