1
0
forked from pool/roundcubemail

Accepting request 173646 from home:wrosenauer

submitted wrong revision initially

OBS-URL: https://build.opensuse.org/request/show/173646
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/roundcubemail?expand=0&rev=54
This commit is contained in:
Wolfgang Rosenauer
2013-04-28 18:10:12 +00:00
committed by Git OBS Bridge
parent 579b5d7cac
commit 7febd134c1

View File

@@ -1,5 +1,5 @@
diff --git a/installer/index.php b/installer/index.php
index 0e80b1c..75a9440 100644
index 0e80b1c..0123a70 100644
--- a/installer/index.php
+++ b/installer/index.php
@@ -41,7 +41,7 @@ ini_set('display_errors', 1);
@@ -7,7 +7,7 @@ index 0e80b1c..75a9440 100644
define('INSTALL_PATH', realpath(dirname(__FILE__) . '/../').'/');
define('RCUBE_INSTALL_PATH', INSTALL_PATH);
-define('RCUBE_CONFIG_DIR', INSTALL_PATH . 'config/');
+define('RCUBE_CONFIG_DIR', '/etc/roundcubemail');
+define('RCUBE_CONFIG_DIR', '/etc/roundcubemail/');
$include_path = INSTALL_PATH . 'program/lib' . PATH_SEPARATOR;
$include_path .= INSTALL_PATH . 'program/include' . PATH_SEPARATOR;
@@ -20,7 +20,7 @@ index c2efe01..2cccf74 100644
if (!defined('RCMAIL_CONFIG_DIR')) {
- define('RCMAIL_CONFIG_DIR', INSTALL_PATH . 'config');
+ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail');
+ define('RCMAIL_CONFIG_DIR', '/etc/roundcubemail/');
}
if (!defined('RCUBE_LOCALIZATION_DIR')) {