diff options
| author | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-11-11 12:13:50 +0000 |
| commit | c582e92888b4a5553e1b4e5214cf35217e4a0cf0 (patch) | |
| tree | 3fe7cd7bf22bd356b478f0de0dd8f0b140fcee23 /rt/bin/mason_handler.fcgi.in | |
| parent | 289340780927b5bac2c7604d7317c3063c6dd8cc (diff) | |
import rt 3.0.12
Diffstat (limited to 'rt/bin/mason_handler.fcgi.in')
| -rw-r--r-- | rt/bin/mason_handler.fcgi.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/bin/mason_handler.fcgi.in b/rt/bin/mason_handler.fcgi.in index a009663b9..52dddd3d3 100644 --- a/rt/bin/mason_handler.fcgi.in +++ b/rt/bin/mason_handler.fcgi.in @@ -33,8 +33,9 @@ my $h = &RT::Interface::Web::NewCGIHandler(@RT::MasonParameters); require CGI::Fast; RT::Init(); +RT::DropSetGIDPermissions(); + -# Response loop while ( my $cgi = CGI::Fast->new ) { # the whole point of fastcgi requires the env to get reset here.. # So we must squash it again |
