diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 18:26:34 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-09-19 18:26:34 +0000 |
| commit | 6f960c938e6b31cfa7cc874ef6dad768c8522544 (patch) | |
| tree | bffbc65fca7c5bc13ff5e837f2b4d3add7e9ba53 /roundcubemail/program/include/iniset.php | |
| parent | 2dd4e7f7031f7b5df4bcde95058bbb8dff8bcfed (diff) | |
Made config files location configurable (#1485215)
git-svn-id: https://svn.roundcube.net/trunk@1854 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/include/iniset.php')
| -rwxr-xr-x | roundcubemail/program/include/iniset.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/program/include/iniset.php b/roundcubemail/program/include/iniset.php index 5dacf8552..20fe27996 100755 --- a/roundcubemail/program/include/iniset.php +++ b/roundcubemail/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) ? ';' : ':')); |
