Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 38da2b35d88094df0d35ac89b5c5786c > files > 1

roundcubemail-0.3.1-2.fc13.src.rpm

--- program/include/iniset.php	2008-10-09 07:43:13.000000000 -0500
+++ program/include/iniset.php	2008-10-09 07:43:13.000000000 -0500
@@ -30,7 +30,8 @@
   define('INSTALL_PATH', dirname($_SERVER['SCRIPT_FILENAME']).'/');
 }
 
-define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+#define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
 
 // make sure path_separator is defined
 if (!defined('PATH_SEPARATOR')) {