summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-18 16:48:49 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-18 16:48:49 +0000
commit39571a23364ac650cfda791f245c027b4148a326 (patch)
tree2ccd3ab745c0cd1b1d0e6b12a2ad1703993b806f
parent8cb1c6e3a2f776800548e6e6359e9c8ee2ce7b2c (diff)
downloadpfsense-39571a23364ac650cfda791f245c027b4148a326.zip
pfsense-39571a23364ac650cfda791f245c027b4148a326.tar.gz
Describe only the functionality it does we know where we are at.
-rwxr-xr-xusr/local/www/interfaces.php2
-rwxr-xr-xusr/local/www/interfaces_wan.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/interfaces.php b/usr/local/www/interfaces.php
index 436674f..e752e4c 100755
--- a/usr/local/www/interfaces.php
+++ b/usr/local/www/interfaces.php
@@ -734,7 +734,7 @@ function show_mon_config() {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="enable" type="checkbox" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?> onClick="enable_change(false)">
- <strong>Enable Interface <?=$if;?> interface</strong></td>
+ <strong>Enable Interface</strong></td>
</tr>
<?php endif; ?>
<tr>
diff --git a/usr/local/www/interfaces_wan.php b/usr/local/www/interfaces_wan.php
index 436674f..e752e4c 100755
--- a/usr/local/www/interfaces_wan.php
+++ b/usr/local/www/interfaces_wan.php
@@ -734,7 +734,7 @@ function show_mon_config() {
<td width="22%" valign="top" class="vtable">&nbsp;</td>
<td width="78%" class="vtable">
<input name="enable" type="checkbox" value="yes" <?php if ($pconfig['enable']) echo "checked"; ?> onClick="enable_change(false)">
- <strong>Enable Interface <?=$if;?> interface</strong></td>
+ <strong>Enable Interface</strong></td>
</tr>
<?php endif; ?>
<tr>
OpenPOWER on IntegriCloud