diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 12:12:06 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-03-06 12:12:06 -0500 |
commit | f8ebd506c5a65479e695822a6e2c29fb2d0d1441 (patch) | |
tree | ab68d172c3663ebae87e6d6637fc24fdfe050657 /config/openospfd/status_ospfd.php | |
parent | d0b04056ac689204cd1538a5ee11b6903758110a (diff) | |
download | pfsense-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/openospfd/status_ospfd.php')
-rw-r--r-- | config/openospfd/status_ospfd.php | 3 |
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> |