Administrator_Guide/en-US

Torsten Grote grote at kolabsys.com
Tue Mar 19 10:36:57 CET 2013


 Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 8223c75b9afac504407b72a03621af8c91cf438a
Author: Torsten Grote <grote at kolabsys.com>
Date:   Tue Mar 19 10:35:56 2013 +0100

    switched to new RCUBE prefix
    
    thanks to Bruce Marriner

diff --git a/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml b/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml
index 3597034..f5a57ff 100644
--- a/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml
+++ b/Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml
@@ -457,13 +457,13 @@ aci: (targetattr = "*") (version 3.0;acl "Hosted Kolab Services";allow
 
 <screen language="PHP/PHP"><?php
 if (file_exists(
-        RCMAIL_CONFIG_DIR . '/' .
+        RCUBE_CONFIG_DIR . '/' .
         $_SERVER["HTTP_HOST"] . '/' .
         basename(__FILE__))
     ) {
 
     include_once(
-            RCMAIL_CONFIG_DIR . '/' .
+            RCUBE_CONFIG_DIR . '/' .
             $_SERVER["HTTP_HOST"] . '/' .
             basename(__FILE__));
 }
@@ -491,13 +491,13 @@ if (file_exists(
                         <para>
 
 <screen>if (file_exists(
-                        RCMAIL_CONFIG_DIR . '/' .
+                        RCUBE_CONFIG_DIR . '/' .
                         $_SERVER["HTTP_HOST"] . '/' .
                         basename(__FILE__))
                     ) {
 
                 include_once(
-                        RCMAIL_CONFIG_DIR . '/' .
+                        RCUBE_CONFIG_DIR . '/' .
                         $_SERVER["HTTP_HOST"] . '/' .
                         basename(__FILE__));
             }</screen>
@@ -533,13 +533,13 @@ if (file_exists(
                         <para>
 
 <screen>if (file_exists(
-                        RCMAIL_CONFIG_DIR . '/' .
+                        RCUBE_CONFIG_DIR . '/' .
                         $_SERVER["HTTP_HOST"] . '/' .
                         basename(__FILE__))
                     ) {
 
                 include_once(
-                        RCMAIL_CONFIG_DIR . '/' .
+                        RCUBE_CONFIG_DIR . '/' .
                         $_SERVER["HTTP_HOST"] . '/' .
                         basename(__FILE__));
             }</screen>





More information about the commits mailing list