From d0b04056ac689204cd1538a5ee11b6903758110a Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sat, 6 Mar 2010 12:11:25 -0500 Subject: Fix filename --- config/openospfd/status_ospfd.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/openospfd/status_ospfd.php b/config/openospfd/status_ospfd.php index 51578f13..80235e4b 100644 --- a/config/openospfd/status_ospfd.php +++ b/config/openospfd/status_ospfd.php @@ -45,14 +45,14 @@ include("head.inc"); $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("Status"), true, "/openospfd_status.php"); + $tab_array[] = array(gettext("Status"), true, "/status_ospfd.php"); display_top_tabs($tab_array); ?> -- cgit v1.2.3
-
+