1
0
mirror of https://gitlab.crans.org/mediatek/med.git synced 2024-11-26 20:47:10 +00:00

Deny access to .settings_local

This commit is contained in:
Med 2017-07-28 04:52:12 +02:00
parent 7fc044b68f
commit 1b2023fca8

5
med/.htaccess Normal file
View File

@ -0,0 +1,5 @@
<Files "settings_local.py">
order deny,allow
deny from all
allow from 127.0.0.1
</Files>