aboutsummaryrefslogtreecommitdiff
path: root/security/mailzu/files/pkg-message.in
diff options
context:
space:
mode:
Diffstat (limited to 'security/mailzu/files/pkg-message.in')
-rw-r--r--security/mailzu/files/pkg-message.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/security/mailzu/files/pkg-message.in b/security/mailzu/files/pkg-message.in
index 1d228fc15d16..8218fc8efd03 100644
--- a/security/mailzu/files/pkg-message.in
+++ b/security/mailzu/files/pkg-message.in
@@ -9,6 +9,11 @@ Please read: %%DOCSDIR%%/INSTALL
Then, create and edit %%WWWDIR%%/config/config.php
An example is provided in %%WWWDIR%%/config/config.php.sample
+Also, please note that MailZu needs PHP's short_open_tag
+boolean to be "on" (this is detault in typical installations
+of PHP). To be certain, you can set "short_open_tag = on" in
+%%LOCALBASE%%/etc/php.ini.
+
Finally, make MailZu available through your web site. An
example for httpd.conf:
@@ -21,4 +26,3 @@ Alias /mailzu/ "%%WWWDIR%%/"
Deny from all
Allow from 127.0.0.1 .example.org
</Directory>
-