aboutsummaryrefslogtreecommitdiffstats
path: root/config/openospfd/status_ospfd.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-06 13:48:06 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-06 13:48:06 -0500
commit79266bafc42f6a9e3b52ffbdac72ec628ba2e24c (patch)
tree21591e2afc5abf7d9fd9b15be969a51ba5055334 /config/openospfd/status_ospfd.php
parentf8ebd506c5a65479e695822a6e2c29fb2d0d1441 (diff)
downloadpfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.tar.gz
pfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.tar.bz2
pfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.zip
Correct link
Diffstat (limited to 'config/openospfd/status_ospfd.php')
-rw-r--r--config/openospfd/status_ospfd.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/openospfd/status_ospfd.php b/config/openospfd/status_ospfd.php
index 24f90862..61ca5675 100644
--- a/config/openospfd/status_ospfd.php
+++ b/config/openospfd/status_ospfd.php
@@ -45,7 +45,7 @@ include("head.inc");
<?php
$tab_array = array();
$tab_array[] = array(gettext("Settings"), false, "/pkg_edit.php?xml=openospfd.xml&id=0");
- $tab_array[] = array(gettext("Interfaces"), false, "/pkg.php?xml=openospfd_neighbors.xml");
+ $tab_array[] = array(gettext("Interfaces"), false, "/pkg.php?xml=openospfd_interfaces.xml");
$tab_array[] = array(gettext("Status"), true, "/status_ospfd.php");
display_top_tabs($tab_array);
?>