diff options
author | Torsten Grote <grote@kolabsys.com> | 2013-03-19 09:35:56 (GMT) |
---|---|---|
committer | Torsten Grote <grote@kolabsys.com> | 2013-03-19 09:35:56 (GMT) |
commit | 8223c75b9afac504407b72a03621af8c91cf438a (patch) | |
tree | 36b64fd594125a585f222e141ca2dca81eba073b | |
parent | 76244f63957f6fc9be2bad5fe2c0d49edb447836 (diff) | |
download | kolab-docs-8223c75b9afac504407b72a03621af8c91cf438a.tar.gz |
switched to new RCUBE prefix
thanks to Bruce Marriner
-rw-r--r-- | Administrator_Guide/en-US/Hosted_Kolab_Groupware_Setup.xml | 12 |
1 files changed, 6 insertions, 6 deletions
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> |