[pLog-svn] r3369 - plog/trunk/tmp

mark at devel.lifetype.net mark at devel.lifetype.net
Tue May 9 02:45:57 GMT 2006


Author: mark
Date: 2006-05-09 02:45:55 +0000 (Tue, 09 May 2006)
New Revision: 3369

Modified:
   plog/trunk/tmp/.htaccess
Log:
We need to relax the GIF file constraint, or the capacha can not show up in registration page.

Modified: plog/trunk/tmp/.htaccess
===================================================================
--- plog/trunk/tmp/.htaccess	2006-05-08 18:36:50 UTC (rev 3368)
+++ plog/trunk/tmp/.htaccess	2006-05-09 02:45:55 UTC (rev 3369)
@@ -3,3 +3,7 @@
  Deny from all
 </Files>
 
+<Files "*.gif">
+ Order deny,allow
+ Allow from all
+</Files>
\ No newline at end of file



More information about the pLog-svn mailing list