OSDN Git Service

BugTrack/652 Added .htaccess to forbid direct-access of supporting files
[pukiwiki/pukiwiki.git] / skin / .htaccess
diff --git a/skin/.htaccess b/skin/.htaccess
new file mode 100644 (file)
index 0000000..55487ef
--- /dev/null
@@ -0,0 +1,4 @@
+<Files *.php>
+       Order allow,deny
+       Deny from all
+</Files>