Only show fast routing option if pf is disabled (routing only mode).

This commit is contained in:
Scott Ullrich 2005-03-06 03:33:07 +00:00
parent 58eb3a7318
commit 18d4df52ee

View File

@ -98,7 +98,9 @@ if ($_GET['act'] == "del") {
<?php endif; ?>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<?php if($config['system']['disablefilter'] <> "") :?>
<tr><td width="2%"><input type="checkbox" name="enablefastrouting" id="enablefastrouting" <?php if($config['staticroutes']['enablefastrouting'] == "enabled") echo " checked"; ?>></td><td><b>Enable fast routing</td></tr>
<?php endif ?>
<tr><td colspan=2><hr><input type="submit" value="Save"></td></tr>
</table><br>