summaryrefslogtreecommitdiff
path: root/.htaccess
blob: ed58470d4e6bfa27177e321a8df935046bbc892c (plain)
1
2
3
4
5
6
7
AddType image/svg+xml svg
AddType image/svg+xml svgz

<Files "config.php">
	Order deny,allow
	Deny from all
</Files>