mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-10 18:14:23 +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
|
Allow from all
|
||||||
</Files>
|
</Files>
|
||||||
|
|
||||||
|
<Files radius.php>
|
||||||
|
Order Allow,Deny
|
||||||
|
Allow from all
|
||||||
|
</Files>
|
||||||
|
|
||||||
RewriteEngine On
|
RewriteEngine On
|
||||||
RewriteBase /
|
RewriteBase /
|
||||||
RewriteCond %{REQUEST_FILENAME} !-f
|
RewriteCond %{REQUEST_FILENAME} !-f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue