Add htaccess htpasswd to admin

This commit is contained in:
Senad Uka
2020-06-10 22:55:22 +02:00
parent bc10efc8e4
commit 7b1c7567ec

4
admin/.htaccess Normal file
View File

@@ -0,0 +1,4 @@
AuthType Basic
AuthName "restricted area"
AuthUserFile .htpasswd
require valid-user