1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-30 12:30:52 +02:00

Merge branch 'master' of git.fakecake.org:tt-rss

This commit is contained in:
Andrew Dolgov 2015-08-12 23:08:47 +03:00
commit 2b925f3216

View File

@ -1,3 +1,16 @@
AddType image/svg+xml svg
AddType image/svg+xml svgz
# PROTECT all htaccess files
<Files ~ "^[\._]ht">
Order Allow,Deny
Deny from all
Satisfy All
</Files>
# PROTECT config.php
<files config.php>
Order Allow,Deny
Deny from all
Satisfy all
</files>