Merge pull request #314 from gerandonk/Development
fix send plan radius
This commit is contained in:
commit
71d653f3d1
@ -271,7 +271,8 @@ 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 {
|
||||
$router_name = $plan['routers'];
|
||||
|
Loading…
x
Reference in New Issue
Block a user