Aleksander Machniak
2013-01-23 f3713a633006b2e954a2f1660a8a69f4fbf0c5e7
Merge pull request #55 from raoulbhatia/master

prevent access to UPGRADING via .htaccess
1 files modified
2 ■■■ changed files
.htaccess 2 ●●● patch | view | raw | blame | history
.htaccess
@@ -31,7 +31,7 @@
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>