aboutsummaryrefslogtreecommitdiffstats
path: root/main/roundcubemail/fix-dirs.patch
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-11-12 08:07:09 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-11-12 08:07:09 +0000
commita4af869d1c3be4d124bc2ae0e07ef0aab96059af (patch)
tree0d777325451270db73197cd2dd84673bcd46b5c9 /main/roundcubemail/fix-dirs.patch
parent958c51c8be3413d901d243828cae37d764eceea2 (diff)
downloadaports-a4af869d1c3be4d124bc2ae0e07ef0aab96059af.tar.bz2
aports-a4af869d1c3be4d124bc2ae0e07ef0aab96059af.tar.xz
main/roundcubemail: upgrade to 0.8.3
Diffstat (limited to 'main/roundcubemail/fix-dirs.patch')
-rw-r--r--main/roundcubemail/fix-dirs.patch4
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