Add PHP configuration tips that are relevant/required for squirrelmail.

Submitted by:	maintainer
This commit is contained in:
Anders Nordby 2002-05-24 22:48:59 +00:00
parent cf9591ca78
commit 866d952838
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=59931

View file

@ -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.