Files
cms
hub
ini
credentials.php
hub.cms.htaccess
include.php
www.htaccess
sql
www
LICENSE
README.md
hpr_hub/ini/hub.cms.htaccess

13 lines
231 B
Plaintext

AuthType Basic
AuthName "cms"
AuthUserFile "/path/to/file"
require valid-user
Order deny,allow
Deny from all
Allow from IPADDRESS
Allow from IPADDRESS
Allow from IPADDRESS
Allow from IPADDRESS
Allow from IPADDRESS
Satisfy All