From 961d69fc33dd4c2c791a1011ea700716dc138ba1 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 8 Dec 2007 23:12:33 +0000 Subject: Populate $ints with the interface list correctly --- usr/local/www/system.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/usr/local/www/system.php b/usr/local/www/system.php index b8242ed..ed23272 100755 --- a/usr/local/www/system.php +++ b/usr/local/www/system.php @@ -230,9 +230,11 @@ include("head.inc"); foreach($config['interfaces'] as $int) if($int['gateway']) $multiwan = true; - ?> + $ints = get_interface_list(); + ?> \n"; foreach($ints as $int) { -- cgit v1.1