[pLog-svn] r3431 - in plog/trunk: . templates

mark at devel.lifetype.net mark at devel.lifetype.net
Thu May 18 10:20:00 GMT 2006


Author: mark
Date: 2006-05-18 10:19:59 +0000 (Thu, 18 May 2006)
New Revision: 3431

Added:
   plog/trunk/templates/.htaccess
Modified:
   plog/trunk/.htaccess
Log:
move the templates protection configuration to ./templates/.htaccess

Modified: plog/trunk/.htaccess
===================================================================
--- plog/trunk/.htaccess	2006-05-18 07:03:21 UTC (rev 3430)
+++ plog/trunk/.htaccess	2006-05-18 10:19:59 UTC (rev 3431)
@@ -6,11 +6,6 @@
 deny from all 
 </Files>
 
-<Files *.template> 
-deny from all 
-</Files> 
-
-
 Options -Indexes
 Options +FollowSymLinks
 

Added: plog/trunk/templates/.htaccess
===================================================================
--- plog/trunk/templates/.htaccess	2006-05-18 07:03:21 UTC (rev 3430)
+++ plog/trunk/templates/.htaccess	2006-05-18 10:19:59 UTC (rev 3431)
@@ -0,0 +1,6 @@
+# If you want to prevent someone stealing your templates,
+# you can unmark the following code to enable the protection.
+#
+# <Files *.template> 
+# deny from all 
+# </Files>
\ No newline at end of file



More information about the pLog-svn mailing list