diff options
Diffstat (limited to 'ratatoeskr/.htaccess')
-rw-r--r-- | ratatoeskr/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ratatoeskr/.htaccess b/ratatoeskr/.htaccess new file mode 100644 index 0000000..dec4e25 --- /dev/null +++ b/ratatoeskr/.htaccess @@ -0,0 +1,4 @@ +<FilesMatch "\.php$"> + Order Allow,Deny + Deny from all +</FilesMatch> |