summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorchris <chris>2002-12-31 10:49:30 +0000
committerchris <chris>2002-12-31 10:49:30 +0000
commit5319e6331b7d21080207a2c69b8751b3d4feef68 (patch)
tree2fd981a75f7350147fac361523e51ca6225e2bf6 /mail
parent6cbff7ec8b1898ebca2d62283c62afe6c5962169 (diff)
downloadpkgsrc-5319e6331b7d21080207a2c69b8751b3d4feef68.tar.gz
Remove the use of register_globals. This hasn't been needed since 1.2.8.
This just tightens up on security a bit more. Note anyone using plugins may have to check if all their plugins will work with register_globals off. (I've been using this on a local squirrelmail box with 1.2.9 for over a month with no issues)
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail/files/squirrelmail.conf.dist10
1 files changed, 1 insertions, 9 deletions
diff --git a/mail/squirrelmail/files/squirrelmail.conf.dist b/mail/squirrelmail/files/squirrelmail.conf.dist
index cfa08132489..732b7005f76 100644
--- a/mail/squirrelmail/files/squirrelmail.conf.dist
+++ b/mail/squirrelmail/files/squirrelmail.conf.dist
@@ -1,4 +1,4 @@
-# $NetBSD: squirrelmail.conf.dist,v 1.3 2002/01/07 11:49:45 jlam Exp $
+# $NetBSD: squirrelmail.conf.dist,v 1.4 2002/12/31 10:49:30 chris Exp $
#
# SquirrelMail configuration file fragment for Apache
@@ -7,14 +7,6 @@
</IfModule>
<Directory "@SMDIR@">
- #
- # Currently, SquirrelMail requires that "register_globals" be turned on
- # to function properly. If mod_php4.so is not loaded, then this flag
- # must be set in php.ini.
- #
- <IfModule mod_php4.c>
- php_flag register_globals on
- </IfModule>
Options Indexes MultiViews
AllowOverride None
Order allow,deny