aboutsummaryrefslogtreecommitdiffstats
path: root/config/openbgpd
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-07-02 11:29:28 -0400
committerScott Ullrich <sullrich@pfsense.org>2009-07-02 11:29:45 -0400
commit8b945a8a585d54ed51cabe7c05e2d0fa65782f38 (patch)
treec2d5b19712185c58619013c2068b014c22c57a21 /config/openbgpd
parent03394fbc64cb204413bc7e5a6655259e1811fb70 (diff)
downloadpfsense-packages-8b945a8a585d54ed51cabe7c05e2d0fa65782f38.tar.gz
pfsense-packages-8b945a8a585d54ed51cabe7c05e2d0fa65782f38.tar.bz2
pfsense-packages-8b945a8a585d54ed51cabe7c05e2d0fa65782f38.zip
Fix tab selection
Diffstat (limited to 'config/openbgpd')
-rw-r--r--config/openbgpd/openbgpd_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php
index 414c56e0..8fb9a43f 100644
--- a/config/openbgpd/openbgpd_status.php
+++ b/config/openbgpd/openbgpd_status.php
@@ -120,7 +120,7 @@ function execCmds() {
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=openbgpd.xml&id=0");
$tab_array[] = array(gettext("Neighbors"), false, "/pkg.php?xml=openbgpd_neighbors.xml");
$tab_array[] = array(gettext("Groups"), false, "/pkg.php?xml=openbgpd_groups.xml");
- $tab_array[] = array(gettext("Raw config"), true, "/openbgpd_raw.php");
+ $tab_array[] = array(gettext("Raw config"), false, "/openbgpd_raw.php");
$tab_array[] = array(gettext("Status"), true, "/openbgpd_status.php");
display_top_tabs($tab_array);
?>