mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 17:24:41 +02:00
fix send plan radius
tolong di koreksi siapa tau ada kesalahan ambil code nya
This commit is contained in:
parent
f7cb6c196f
commit
56c69122e4
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue