rpms/roundcubemail/devel roundcubemail-0.2-beta-confpath.patch, NONE, 1.1

Jon Ciesla limb at fedoraproject.org
Thu Oct 9 12:54:31 UTC 2008


Author: limb

Update of /cvs/pkgs/rpms/roundcubemail/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv14766

Added Files:
	roundcubemail-0.2-beta-confpath.patch 
Log Message:
Whoopsies.


roundcubemail-0.2-beta-confpath.patch:

--- NEW FILE roundcubemail-0.2-beta-confpath.patch ---
--- 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')) {




More information about the scm-commits mailing list