summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-02-09 02:10:56 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-02-09 02:10:56 +0000
commitb0d756bab8d523975473c943c532d5228a4a946f (patch)
tree3ca5c551399812c029a769d3aeaa002154b02dbb
parent68ad6d2238463f494fdf04cf01a329978d13ab18 (diff)
downloadpfsense-b0d756bab8d523975473c943c532d5228a4a946f.zip
pfsense-b0d756bab8d523975473c943c532d5228a4a946f.tar.gz
LAN interface is now optional. Allow it to be deleted.
-rwxr-xr-xusr/local/www/interfaces_assign.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/interfaces_assign.php b/usr/local/www/interfaces_assign.php
index 434284d..748c832 100755
--- a/usr/local/www/interfaces_assign.php
+++ b/usr/local/www/interfaces_assign.php
@@ -251,7 +251,7 @@ if(file_exists("/var/run/interface_mismatch_reboot_needed"))
</select>
</td>
<td valign="middle" class="list">
- <?php if (($ifname != 'lan') && ($ifname != 'wan')): ?>
+ <?php if ($ifname != 'wan'): ?>
<a href="interfaces_assign.php?act=del&id=<?=$ifname;?>"><img src="./themes/<?= $g['theme']; ?>/images/icons/icon_x.gif" title="delete interface" width="17" height="17" border="0"></a>
<?php endif; ?>
</td>
OpenPOWER on IntegriCloud