Files
.github
admin
docs
install
pages_template
qrcode
scan
system
ui
.gitignore
.htaccess_firewall
CHANGELOG.md
Dockerfile
LICENSE
README.md
composer.json
config.sample.php
docker-compose.example.yml
favicon.ico
index.php
init.php
radius.php
update.php
version.json
mitrobill/.htaccess_firewall

14 lines
198 B
Plaintext
Raw Normal View History

2024-03-12 09:06:18 +07:00
<Files *.php>
Order Deny,Allow
Deny from all
</Files>
<Files index.php>
Order Allow,Deny
Allow from all
2024-03-22 20:29:05 +07:00
</Files>
<Files update.php>
Order Allow,Deny
Allow from all
2024-03-12 09:06:18 +07:00
</Files>