aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess4
1 files changed, 0 insertions, 4 deletions
diff --git a/.htaccess b/.htaccess
index 7db1e17..130e733 100644
--- a/.htaccess
+++ b/.htaccess
@@ -8,7 +8,3 @@ RewriteRule ^(.+) - [PT,L]
RewriteRule (.*) index.php?action=$1 [QSA,L]
-<Files *.php>
- Order Allow,Deny
- Deny from all
-</Files>