Правки после перемещения

Закрываем доступ к .md (раскрытие версии), переименование файла со списком помогающих.
This commit is contained in:
Exile 2014-10-28 21:49:44 +03:00
commit 569c8c30e5
6 changed files with 8 additions and 5 deletions

2
install/.htaccess Normal file
View file

@ -0,0 +1,2 @@
order allow,deny
deny from all

View file

@ -141,7 +141,7 @@ http {
location ~ /\.ht {
deny all;
}
location ~ \.(.*sql|tpl|db|inc|log)$ {
location ~ \.(.*sql|tpl|db|inc|log|md)$ {
deny all;
}
}