summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/usr/local/www/system.php7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/usr/local/www/system.php b/src/usr/local/www/system.php
index 894168c..30b76a8 100644
--- a/src/usr/local/www/system.php
+++ b/src/usr/local/www/system.php
@@ -402,7 +402,7 @@ for ($i=1; $i<5; $i++) {
$group->add(new Form_Select(
'dns' . $i . 'gw',
- 'Gateway',
+ null,
$pconfig['dns' . $i . 'gw'],
$options
))->setHelp(($i == 4) ? 'Gateway':null);;
@@ -505,5 +505,8 @@ $section->addInput(new Form_Input(
$form->add($section);
print $form;
-
+?>
+</div>
+<?php
include("foot.inc");
+?>
OpenPOWER on IntegriCloud