From: ivan Date: Tue, 16 Nov 2004 14:11:56 +0000 (+0000) Subject: handle RT NoAuth sections X-Git-Tag: BEFORE_RT_3_2_2^2~28 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=50f8b142a074ca3f5ac4f97e0d394df1caf1f53d;p=freeside.git handle RT NoAuth sections --- 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 {