summaryrefslogtreecommitdiff
path: root/htetc/handler.pl
diff options
context:
space:
mode:
authorivan <ivan>2004-11-16 14:11:56 +0000
committerivan <ivan>2004-11-16 14:11:56 +0000
commit50f8b142a074ca3f5ac4f97e0d394df1caf1f53d (patch)
tree349d47a0e4f528fec788945698461e27f42c6a41 /htetc/handler.pl
parent5fc8c5edf574ab024d4646914b6432d458e2ffbd (diff)
handle RT NoAuth sections
Diffstat (limited to 'htetc/handler.pl')
-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 {