diff options
-rw-r--r-- | phpBB/files/.htaccess | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/files/.htaccess b/phpBB/files/.htaccess index e69de29bb2..c39181686f 100644 --- a/phpBB/files/.htaccess +++ b/phpBB/files/.htaccess @@ -0,0 +1,4 @@ +<Limit GET POST PUT> +Order Allow,Deny +Deny from All +</Limit>
\ No newline at end of file |