diff options
author | anders <anders@FreeBSD.org> | 2002-05-25 06:48:59 +0800 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2002-05-25 06:48:59 +0800 |
commit | 449343efdb67d5b4c8a4fe54a37104f972009985 (patch) | |
tree | 4ad4aaf6c74a81442fb2e909c9a369a42df4efcd /mail | |
parent | 7dcb24d24d664a56d670f906caae37ab10140e78 (diff) | |
download | freebsd-ports-gnome-449343efdb67d5b4c8a4fe54a37104f972009985.tar.gz freebsd-ports-gnome-449343efdb67d5b4c8a4fe54a37104f972009985.tar.zst freebsd-ports-gnome-449343efdb67d5b4c8a4fe54a37104f972009985.zip |
Add PHP configuration tips that are relevant/required for squirrelmail.
Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/pkg-message | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/squirrelmail/pkg-message b/mail/squirrelmail/pkg-message index f948954ac9d5..4f9cd51e2464 100644 --- a/mail/squirrelmail/pkg-message +++ b/mail/squirrelmail/pkg-message @@ -4,6 +4,11 @@ You now need to add an alias to apache's httpd.conf pointing to web browser, or create a VirtualHost with DocumentRoot set to that directory. +For SquirrelMail to work properly you will need to make sure the +following options are set in your php.ini file: +register_globals = On +file_uploads = On + In order to do your administrative configuration you need to cd %%PREFIX%%/squirrelmail && ./configure SquirrelMail will not work until this has been done. |