remove debug
This commit is contained in:
parent
bd9989eaf2
commit
afaafd6195
@ -211,7 +211,6 @@ if (file_exists($cacheMSfile) && time() - filemtime($cacheMSfile) < 43200) {
|
|||||||
|
|
||||||
if ($config['router_check']) {
|
if ($config['router_check']) {
|
||||||
$routeroffs = ORM::for_table('tbl_routers')->selects(['id', 'name', 'last_seen'])->where('status', 'Offline')->order_by_desc('name')->find_array();
|
$routeroffs = ORM::for_table('tbl_routers')->selects(['id', 'name', 'last_seen'])->where('status', 'Offline')->order_by_desc('name')->find_array();
|
||||||
print_r($routeroffs);
|
|
||||||
$ui->assign('routeroffs', $routeroffs);
|
$ui->assign('routeroffs', $routeroffs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user