From 50f8b142a074ca3f5ac4f97e0d394df1caf1f53d Mon Sep 17 00:00:00 2001 From: ivan Date: Tue, 16 Nov 2004 14:11:56 +0000 Subject: [PATCH] handle RT NoAuth sections --- htetc/handler.pl | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/htetc/handler.pl b/htetc/handler.pl index 885c21641..e37f3cb2b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -208,10 +208,13 @@ sub handler } }; + + unless ( $r->filename =~ /\/rt\/.*NoAuth/ ) { #RT + $cgi = new CGI; + &cgisuidsetup($cgi); + #&cgisuidsetup($r); + } - $cgi = new CGI; - &cgisuidsetup($cgi); - #&cgisuidsetup($r); $p = popurl(2); sub include { -- 2.11.0