mirror of
https://github.com/opnsense/core.git
synced 2026-05-28 04:34:51 -04:00
system: lowercase this one
This commit is contained in:
parent
ff8481265d
commit
df42e1b0ec
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ class GatewayController extends ApiControllerBase
|
|||
$gw_status = json_decode($backend->configdRun('interface gateways status'), true);
|
||||
|
||||
if (!empty($gw_status)) {
|
||||
$result['items'] = array_Values($gw_status);
|
||||
$result['items'] = array_values($gw_status);
|
||||
$result['status'] = "ok";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue