summaryrefslogtreecommitdiff
path: root/program/include/iniset.php
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2008-09-19 18:26:34 +0000
committerthomascube <thomas@roundcube.net>2008-09-19 18:26:34 +0000
commitbba657e64ff3334ba2f64e88e977a6dc107d682d (patch)
treec09b64f5a585914a43748ee19167f7b4bf0134a5 /program/include/iniset.php
parentddd894dbe86c678076b51fc10a9ef8a655f29d68 (diff)
Made config files location configurable (#1485215)
Diffstat (limited to 'program/include/iniset.php')
-rwxr-xr-xprogram/include/iniset.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/program/include/iniset.php b/program/include/iniset.php
index 5dacf8552..20fe27996 100755
--- a/program/include/iniset.php
+++ b/program/include/iniset.php
@@ -30,6 +30,8 @@ if (!defined('INSTALL_PATH')) {
define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
}
+define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+
// make sure path_separator is defined
if (!defined('PATH_SEPARATOR')) {
define('PATH_SEPARATOR', (eregi('win', PHP_OS) ? ';' : ':'));