mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
Merge pull request #317 from gerandonk/Development
($plan['is_radius'] == '1')
This commit is contained in:
commit
70bcff7679
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ switch ($action) {
|
|||
if (!$plan['enabled']) {
|
||||
r2(U . "home", 'e', 'Plan is not exists');
|
||||
}
|
||||
if ($routes['2'] == 'radius') {
|
||||
if ($plan['is_radius'] == '1') {
|
||||
$routes['2'] = 0;
|
||||
$router_name = 'radius';
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue