forked from pool/roundcubemail
28fce69823
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=17
14 lines
477 B
Diff
14 lines
477 B
Diff
Index: program/include/iniset.php
|
|
===================================================================
|
|
--- program/include/iniset.php.orig
|
|
+++ program/include/iniset.php
|
|
@@ -30,7 +30,7 @@ if (!defined('INSTALL_PATH')) {
|
|
define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
|
|
}
|
|
|
|
-define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
|
|
+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
|
|
|
|
// make sure path_separator is defined
|
|
if (!defined('PATH_SEPARATOR')) {
|