1
0
Fork 0
mirror of https://github.com/fernwerker/ownDynDNS.git synced 2025-07-09 21:55:13 +02:00

.env schützen

This commit is contained in:
Lukas Boettcher 2020-01-21 08:27:47 +01:00
parent c2d7c114d6
commit 8987ca6126

4
.htaccess Normal file
View file

@ -0,0 +1,4 @@
<Files .env>
Order allow,deny
Deny from all
</Files>