Add htaccess htpasswd to admin
This commit is contained in:
4
admin/.htaccess
Normal file
4
admin/.htaccess
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
AuthType Basic
|
||||||
|
AuthName "restricted area"
|
||||||
|
AuthUserFile .htpasswd
|
||||||
|
require valid-user
|
||||||
Reference in New Issue
Block a user