import rt 3.0.12
[freeside.git] / rt / bin / mason_handler.fcgi.in
index a009663..52dddd3 100644 (file)
@@ -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