diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-18 16:48:49 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-18 16:48:49 +0000 |
commit | 39571a23364ac650cfda791f245c027b4148a326 (patch) | |
tree | 2ccd3ab745c0cd1b1d0e6b12a2ad1703993b806f | |
parent | 8cb1c6e3a2f776800548e6e6359e9c8ee2ce7b2c (diff) | |
download | pfsense-39571a23364ac650cfda791f245c027b4148a326.zip pfsense-39571a23364ac650cfda791f245c027b4148a326.tar.gz |
Describe only the functionality it does we know where we are at.
-rwxr-xr-x | usr/local/www/interfaces.php | 2 | ||||
-rwxr-xr-x | usr/local/www/interfaces_wan.php | 2 |
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"> </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"> </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> |