mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
interfaces: style
This commit is contained in:
parent
6de63630ef
commit
9b7c35a630
@ -38,7 +38,7 @@ function link_interface_to_group($int)
|
||||
{
|
||||
global $config;
|
||||
|
||||
$result = array();
|
||||
$result = [];
|
||||
|
||||
if (isset($config['ifgroups']['ifgroupentry'])) {
|
||||
foreach ($config['ifgroups']['ifgroupentry'] as $group) {
|
||||
@ -55,7 +55,7 @@ function list_interfaces()
|
||||
{
|
||||
global $config;
|
||||
|
||||
$interfaces = [];
|
||||
$interfaces = [];
|
||||
|
||||
// define config sections to fetch interfaces from.
|
||||
$config_sections = array();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user