freeside/htetc handler.pl,1.43,1.44

ivan ivan at pouncequick.420.am
Tue Nov 16 06:11:59 PST 2004


Update of /home/cvs/cvsroot/freeside/htetc
In directory pouncequick:/tmp/cvs-serv30356

Modified Files:
	handler.pl 
Log Message:
handle RT NoAuth sections

Index: handler.pl
===================================================================
RCS file: /home/cvs/cvsroot/freeside/htetc/handler.pl,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- handler.pl	6 Jul 2004 08:43:53 -0000	1.43
+++ handler.pl	16 Nov 2004 14:11:56 -0000	1.44
@@ -208,10 +208,13 @@
         }
 
       };
+      
+      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 {




More information about the freeside-commits mailing list