1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-06-13 03:36:28 +02:00

.htaccess updated

This commit is contained in:
2017-10-31 10:40:23 +01:00
parent 0d3ee17bee
commit 3574ecf257
+11 -7
View File
@@ -1,8 +1,12 @@
order deny,allow <Files .htaccess>
Order Allow,Deny
<Files sqlite.db3> Deny from all
deny from all
</Files> </Files>
<Files sqlite.db3>
allow from all Order Allow,Deny
Deny from all
</Files>
<Files cronchk.php>
Order Allow,Deny
Deny from all
</Files>