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

Merge pull request #11 from Muffl0n-DE/master

.env schützen
This commit is contained in:
Felix Kretschmer 2020-01-21 23:25:08 +01:00 committed by GitHub
commit 7f6291964e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.htaccess Normal file
View file

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