1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-02 04:29:15 +00: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

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>