Revision 263aeb4b
Added by Scott Ullrich almost 14 years ago
etc/inc/util.inc | ||
---|---|---|
592 | 592 |
|
593 | 593 |
$iflist = array(); |
594 | 594 |
|
595 |
if(!$is_array['interfaces'])
|
|
595 |
if(!is_array($config['interfaces']))
|
|
596 | 596 |
$config = parse_config(true); |
597 | 597 |
|
598 | 598 |
/* if list */ |
Also available in: Unified diff
Fix typo