diff options
Diffstat (limited to 'main/roundcubemail/fix-dirs.patch')
-rw-r--r-- | main/roundcubemail/fix-dirs.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/roundcubemail/fix-dirs.patch b/main/roundcubemail/fix-dirs.patch index 84fb971975..0500c591bf 100644 --- a/main/roundcubemail/fix-dirs.patch +++ b/main/roundcubemail/fix-dirs.patch @@ -2,15 +2,15 @@ diff --git a/installer/index.php b/installer/index.php index 7ed5224..f9f8241 100644 --- a/installer/index.php +++ b/installer/index.php -@@ -32,7 +32,7 @@ ini_set('error_reporting', E_ALL&~E_NOTICE); +@@ -43,7 +43,7 @@ ini_set('display_errors', 1); define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/'); -define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config'); +define('RCMAIL_CONFIG_DIR', '/etc/roundcube'); + define('RCMAIL_CHARSET', 'UTF-8'); $include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR; - $include_path .= INSTALL_PATH . 'program' . PATH_SEPARATOR; diff --git a/program/include/iniset.php b/program/include/iniset.php index 10ae11e..f9d3d92 100755 --- a/program/include/iniset.php |