Changes of Revision 11
[-] [+] | Changed | roundcubemail.spec |
[-] [+] | Added | roundcubemail-0.4.2-config-dir.patch ^ |
@@ -0,0 +1,11 @@ +--- program/include/iniset.php.orig 2011-01-07 23:34:48.603775654 +0100 ++++ program/include/iniset.php 2011-01-07 23:35:14.512430673 +0100 +@@ -46,7 +46,7 @@ + } + + if (!defined('RCMAIL_CONFIG_DIR')) { +- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); ++ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail'); + } + + // make sure path_separator is defined |