[freeside-commits] freeside/rt/etc RT_Config.pm.in,1.1.1.7,1.2

Ivan,,, ivan at wavetail.420.am
Fri Aug 3 15:44:00 PDT 2007


Update of /home/cvs/cvsroot/freeside/rt/etc
In directory wavetail:/tmp/cvs-serv3827

Modified Files:
	RT_Config.pm.in 
Log Message:
fix path so we can find .css files

Index: RT_Config.pm.in
===================================================================
RCS file: /home/cvs/cvsroot/freeside/rt/etc/RT_Config.pm.in,v
retrieving revision 1.1.1.7
retrieving revision 1.2
diff -u -d -r1.1.1.7 -r1.2
--- RT_Config.pm.in	2 Aug 2007 19:56:17 -0000	1.1.1.7
+++ RT_Config.pm.in	3 Aug 2007 22:43:58 -0000	1.2
@@ -357,7 +357,7 @@
 
 # WebNoAuthRegex - What portion of RT's URLspace should not require
 # authentication.
-Set($WebNoAuthRegex, qr!^(?:/+NoAuth/|
+Set($WebNoAuthRegex, qr!^/rt(?:/+NoAuth/|
                             /+REST/\d+\.\d+/NoAuth/)!x );
 
 # For message boxes, set the entry box width and what type of wrapping



More information about the freeside-commits mailing list