summaryrefslogtreecommitdiffstats
path: root/usr/local/www/system_routes.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-05-07 17:12:05 +0000
committerErmal <eri@pfsense.org>2010-05-07 17:12:05 +0000
commit023920e7b0ef59795071167f6d504d18c3aa48ee (patch)
tree38d88cb9865e633f93fd168cb43bc84639daf304 /usr/local/www/system_routes.php
parent1b38ac365032f774a9eb0ea140d342ee4070dc62 (diff)
downloadpfsense-023920e7b0ef59795071167f6d504d18c3aa48ee.zip
pfsense-023920e7b0ef59795071167f6d504d18c3aa48ee.tar.gz
Move the settings of down/latency/loss to per gateway. This allows more fine grained control on gateways.
Diffstat (limited to 'usr/local/www/system_routes.php')
-rwxr-xr-xusr/local/www/system_routes.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/system_routes.php b/usr/local/www/system_routes.php
index f6c55e6..df80023 100755
--- a/usr/local/www/system_routes.php
+++ b/usr/local/www/system_routes.php
@@ -129,7 +129,6 @@ include("head.inc");
$tab_array[0] = array(gettext("Gateways"), false, "system_gateways.php");
$tab_array[1] = array(gettext("Routes"), true, "system_routes.php");
$tab_array[2] = array(gettext("Groups"), false, "system_gateway_groups.php");
- $tab_array[3] = array(gettext("Settings"), false, "system_gateways_settings.php");
display_top_tabs($tab_array);
?>
</td></tr>
OpenPOWER on IntegriCloud