Update of /cvsroot/lxr/lxr
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29588/lxr
Modified Files:
.htaccess
Log Message:
PerlTaintCheck doesn't work for some reason - so switch it off.
Index: .htaccess
===================================================================
RCS file: /cvsroot/lxr/lxr/.htaccess,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- .htaccess 4 May 2005 23:21:09 -0000 1.7
+++ .htaccess 5 May 2005 21:59:50 -0000 1.8
@@ -14,7 +14,6 @@
SetHandler perl-script
PerlHandler Apache::Registry
PerlSetEnv PERL5LIB lib
-PerlTaintCheck On
ForceType text/html
PerlSendHeader On
</Files>
|