2010-11-24 22:11:15 +01:00
|
|
|
--- roundcubemail-0.4.2/program/include/iniset.php.orig
|
|
|
|
+++ roundcubemail-0.4.2/program/include/iniset.php
|
|
|
|
@@ -40,14 +40,13 @@ define('RCMAIL_VERSION', '0.4.2');
|
|
|
|
define('RCMAIL_CHARSET', 'UTF-8');
|
|
|
|
define('JS_OBJECT_NAME', 'rcmail');
|
|
|
|
define('RCMAIL_START', microtime(true));
|
|
|
|
+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
|
|
|
|
|
|
|
|
if (!defined('INSTALL_PATH')) {
|
|
|
|
define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
|
2008-09-23 13:17:36 +02:00
|
|
|
}
|
|
|
|
|
2010-11-24 22:11:15 +01:00
|
|
|
-if (!defined('RCMAIL_CONFIG_DIR')) {
|
|
|
|
- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
|
|
|
|
-}
|
|
|
|
+
|
2008-09-23 13:17:36 +02:00
|
|
|
|
|
|
|
// make sure path_separator is defined
|
|
|
|
if (!defined('PATH_SEPARATOR')) {
|