$_c ke $config

This commit is contained in:
Ibnu Maksum
2022-09-21 14:15:00 +07:00
parent e7e32475cc
commit d7d9d9efa1
12 changed files with 148 additions and 64 deletions

View File

@ -85,7 +85,7 @@ switch ($action) {
$msg .= $_L['Router_already_exist']. '<br>';
}
if(!$_c['radius_mode']){
if(!$config['radius_mode']){
Mikrotik::getClient($ip_address,$username,$password);
}
@ -146,7 +146,7 @@ switch ($action) {
}
if(!$_c['radius_mode']){
if(!$config['radius_mode']){
Mikrotik::getClient($ip_address,$username,$password);
}