demo mode, not connecting to real router

This commit is contained in:
Ibnu Maksum
2023-11-15 10:36:53 +07:00
parent bd8dd87384
commit 1ed55103a3
2 changed files with 100 additions and 12 deletions

View File

@ -81,7 +81,7 @@ class Package
}
$b = ORM::for_table('tbl_user_recharges')->where('customer_id', $id_customer)->find_one();
$b = ORM::for_table('tbl_user_recharges')->where('customer_id', $id_customer)->where('routers', $router_name)->find_one();
$mikrotik = Mikrotik::info($router_name);
if ($p['validity_unit'] == 'Months') {