summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/system.php b/usr/local/www/system.php
index 3744d85..387393e 100755
--- a/usr/local/www/system.php
+++ b/usr/local/www/system.php
@@ -236,7 +236,7 @@ include("head.inc");
<?php for($dnscounter=1; $dnscounter<5; $dnscounter++): ?>
<tr>
<td>
- <input name="dns{$dnscounter}" type="text" class="formfld unknown" id="dns{$dnscounter}" size="20" value="<?=htmlspecialchars($pconfig['dns{$dnscounter}']);?>">
+ <input name="dns<?php echo $dnscounter;?>" type="text" class="formfld unknown" id="dns<?php echo $dnscounter;?>" size="20" value="<?=htmlspecialchars($pconfig['dns' . $dnscounter]);?>">
</td>
<?php
if($multiwan) {
OpenPOWER on IntegriCloud