Commit 1ae30f17 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) crashreport PHP Warning: Invalid argument supplied for foreach() in...

(legacy) crashreport PHP Warning:  Invalid argument supplied for foreach() in /usr/local/etc/inc/config.console.inc
parent 52fb58b3
...@@ -813,6 +813,7 @@ function get_configured_ipv6_addresses() ...@@ -813,6 +813,7 @@ function get_configured_ipv6_addresses()
function get_interface_list($only_active = false) function get_interface_list($only_active = false)
{ {
global $config; global $config;
$iflist = array();
/* list of virtual interface types */ /* list of virtual interface types */
$vfaces = array( $vfaces = array(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment