aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-03-06 12:12:06 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-03-06 12:12:06 -0500
commitf8ebd506c5a65479e695822a6e2c29fb2d0d1441 (patch)
treeab68d172c3663ebae87e6d6637fc24fdfe050657 /config
parentd0b04056ac689204cd1538a5ee11b6903758110a (diff)
downloadpfsense-packages-f8ebd506c5a65479e695822a6e2c29fb2d0d1441.tar.gz
pfsense-packages-f8ebd506c5a65479e695822a6e2c29fb2d0d1441.tar.bz2
pfsense-packages-f8ebd506c5a65479e695822a6e2c29fb2d0d1441.zip
Add (C) since the page was originally the BGP status page
Diffstat (limited to 'config')
-rw-r--r--config/openospfd/status_ospfd.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/openospfd/status_ospfd.php b/config/openospfd/status_ospfd.php
index 80235e4b..24f90862 100644
--- a/config/openospfd/status_ospfd.php
+++ b/config/openospfd/status_ospfd.php
@@ -3,6 +3,7 @@
/*
status_ospfd.php
Copyright (C) 2010 Nick Buraglio; nick@buraglio.com
+ Copyright (C) 2010 Scott Ullrich <sullrich@pfsense.org>
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -52,7 +53,7 @@ include("head.inc");
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="tabcont" >
- <form action="status_ospfd" method="post">
+ <form action="status_ospfd.php" method="post">
</form>
</td>
</tr>