[pLog-svn] r4371 - plog/branches/lifetype-1.1.3/plugins

oscar at devel.lifetype.net oscar at devel.lifetype.net
Thu Nov 30 18:19:07 GMT 2006


Author: oscar
Date: 2006-11-30 18:19:05 +0000 (Thu, 30 Nov 2006)
New Revision: 4371

Added:
   plog/branches/lifetype-1.1.3/plugins/.htaccess
Log:
Added an .htaccess to protect php files in this folder too (but only PHP files, as some plugins also provide their own icons, styles and whatnot and they should still work)


Added: plog/branches/lifetype-1.1.3/plugins/.htaccess
===================================================================
--- plog/branches/lifetype-1.1.3/plugins/.htaccess	2006-11-29 22:39:44 UTC (rev 4370)
+++ plog/branches/lifetype-1.1.3/plugins/.htaccess	2006-11-30 18:19:05 UTC (rev 4371)
@@ -0,0 +1,5 @@
+<Files "*.php">
+ Order allow,deny
+ Deny from all
+</Files>
+



More information about the pLog-svn mailing list