aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-06 12:11:25 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-06 12:11:25 -0500
commitd0b04056ac689204cd1538a5ee11b6903758110a (patch)
tree9f5a1990434c9c2357c9d09cb5352799313d7624
parent95fcea5781f9c256a3adcae132353d85d6d05258 (diff)
downloadpfsense-packages-d0b04056ac689204cd1538a5ee11b6903758110a.tar.gz
pfsense-packages-d0b04056ac689204cd1538a5ee11b6903758110a.tar.bz2
pfsense-packages-d0b04056ac689204cd1538a5ee11b6903758110a.zip
Fix filename
-rw-r--r--config/openospfd/status_ospfd.php4
1 files 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);
?>
</table>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont" >
- <form action="tinydns_status.php" method="post">
+ <form action="status_ospfd" method="post">
</form>
</td>
</tr>