diff options
author | chris <chris@pkgsrc.org> | 2002-12-31 10:49:30 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-12-31 10:49:30 +0000 |
commit | 578fb3f48406e3a846d472460408a08315175cc5 (patch) | |
tree | 2fd981a75f7350147fac361523e51ca6225e2bf6 /mail | |
parent | aa4e5dd60d5e220139d2f75ab34ec597c7c9604d (diff) | |
download | pkgsrc-578fb3f48406e3a846d472460408a08315175cc5.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.dist | 10 |
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 |