diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-07-24 11:54:55 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-07-24 11:54:55 -0300 |
commit | 73955502c25e6c3e08c3b3f8b19b32409e62d498 (patch) | |
tree | 4d0e8fced370db70cf06d1c5bfe22db06b055ddc /config/openbgpd | |
parent | 29a5a9477cb51bc53c7e3412358208c630726ced (diff) | |
download | pfsense-packages-73955502c25e6c3e08c3b3f8b19b32409e62d498.tar.gz pfsense-packages-73955502c25e6c3e08c3b3f8b19b32409e62d498.tar.bz2 pfsense-packages-73955502c25e6c3e08c3b3f8b19b32409e62d498.zip |
Remove empty form with wrong action
Diffstat (limited to 'config/openbgpd')
-rw-r--r-- | config/openbgpd/openbgpd_status.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/openbgpd/openbgpd_status.php b/config/openbgpd/openbgpd_status.php index e769e9e6..6b547c84 100644 --- a/config/openbgpd/openbgpd_status.php +++ b/config/openbgpd/openbgpd_status.php @@ -165,12 +165,6 @@ function execCmds() { <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="tabcont" > - <form action="tinydns_status.php" method="post"> - </form> - </td> - </tr> - <tr> - <td class="tabcont" > <div id="cmdspace" style="width:100%"> <?php listCmds(); ?> |