summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2013-01-23 03:10:18 -0800
committerAleksander Machniak <alec@alec.pl>2013-01-23 03:10:18 -0800
commitf3713a633006b2e954a2f1660a8a69f4fbf0c5e7 (patch)
tree5d33b723d4c7ddfad3edc7441d28fe7d4a607356
parent55a2e5eca183de3c7b32236e6ef54a0c59960cea (diff)
parent5422e6d5ae65f4f11eaf84bf7e83e4cb64a1f18a (diff)
Merge pull request #55 from raoulbhatia/master
prevent access to UPGRADING via .htaccess
-rw-r--r--.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/.htaccess b/.htaccess
index 25e153f8c..f4b5a241d 100644
--- a/.htaccess
+++ b/.htaccess
@@ -31,7 +31,7 @@ RewriteEngine On
RewriteRule ^favicon\.ico$ skins/larry/images/favicon.ico
# security rules
RewriteRule .git - [F]
-RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG)$ - [F]
+RewriteRule ^/?(README(.md)?|INSTALL|LICENSE|SQL|bin|CHANGELOG|UPGRADING)$ - [F]
</IfModule>
<IfModule mod_deflate.c>