forked from pool/roundcubemail
90d29c507e
Upgrade to version 1.4.0 OBS-URL: https://build.opensuse.org/request/show/747170 OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=125
14 lines
667 B
Diff
14 lines
667 B
Diff
diff -ur roundcubemail-1.4.0.orig/program/include/iniset.php roundcubemail-1.4.0/program/include/iniset.php
|
|
--- roundcubemail-1.4.0.orig/program/include/iniset.php 2019-11-09 21:13:25.000000000 +0100
|
|
+++ roundcubemail-1.4.0/program/include/iniset.php 2019-11-10 10:56:06.217671159 +0100
|
|
@@ -28,7 +28,7 @@
|
|
}
|
|
|
|
if (!defined('RCMAIL_CONFIG_DIR')) {
|
|
- define('RCMAIL_CONFIG_DIR', getenv('ROUNDCUBE_CONFIG_DIR') ?: (INSTALL_PATH . 'config'));
|
|
+ define('RCMAIL_CONFIG_DIR', getenv('ROUNDCUBE_CONFIG_DIR') ?: '/etc/roundcubemail');
|
|
}
|
|
|
|
if (!defined('RCUBE_LOCALIZATION_DIR')) {
|
|
[1]+ Done geany roundcubemail-1.4.0/program/include/iniset.php:30
|