From 51776cb9c4b1d192868f70c08683cfb478f159d1 Mon Sep 17 00:00:00 2001 From: thomasb Date: Sat, 7 Aug 2010 12:04:39 +0000 Subject: Fix unit tests + update version git-svn-id: https://svn.roundcube.net/trunk@3879 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/program/include/iniset.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roundcubemail/program/include/iniset.php') 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')) { -- cgit v1.2.3