summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/system.php')
-rwxr-xr-xusr/local/www/system.php4
1 files changed, 3 insertions, 1 deletions
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();
+ ?>
<input name="dns1" type="text" class="formfld unknown" id="dns1" size="20" value="<?=htmlspecialchars($pconfig['dns1']);?>">
<?php
+ $ints = get_interface_list();
if($multiwan) {
echo "<select name='dns1gwint'>\n";
foreach($ints as $int) {
OpenPOWER on IntegriCloud