mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-06-21 01:15:40 +02:00
add radius to htaccess firewall
This commit is contained in:
parent
695b3c7a6f
commit
2198c00d52
1 changed files with 5 additions and 0 deletions
|
@ -13,6 +13,11 @@
|
|||
Allow from all
|
||||
</Files>
|
||||
|
||||
<Files radius.php>
|
||||
Order Allow,Deny
|
||||
Allow from all
|
||||
</Files>
|
||||
|
||||
RewriteEngine On
|
||||
RewriteBase /
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue