summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--htetc/handler.pl9
1 files changed, 6 insertions, 3 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 885c216..e37f3cb 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 {