diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 13:48:06 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 13:48:06 -0500 |
commit | 79266bafc42f6a9e3b52ffbdac72ec628ba2e24c (patch) | |
tree | 21591e2afc5abf7d9fd9b15be969a51ba5055334 /config | |
parent | f8ebd506c5a65479e695822a6e2c29fb2d0d1441 (diff) | |
download | pfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.tar.gz pfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.tar.bz2 pfsense-packages-79266bafc42f6a9e3b52ffbdac72ec628ba2e24c.zip |
Correct link
Diffstat (limited to 'config')
-rw-r--r-- | config/openospfd/status_ospfd.php | 2 |
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); ?> |