diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:36:35 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-11-21 17:36:35 -0500 |
commit | 70aad3d5023f50ede32141fc646ddad37fa3f14c (patch) | |
tree | 7b6ba5dcc889862dd656243ec108f7b4632c299d /config/unbound | |
parent | 5de081ac8f03f36ee84b6aa1c4718aaa9f400f25 (diff) | |
download | pfsense-packages-70aad3d5023f50ede32141fc646ddad37fa3f14c.tar.gz pfsense-packages-70aad3d5023f50ede32141fc646ddad37fa3f14c.tar.bz2 pfsense-packages-70aad3d5023f50ede32141fc646ddad37fa3f14c.zip |
Nuke unused code
Diffstat (limited to 'config/unbound')
-rw-r--r-- | config/unbound/unbound_status.php | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/unbound/unbound_status.php b/config/unbound/unbound_status.php index a1d0eacf..706e534d 100644 --- a/config/unbound/unbound_status.php +++ b/config/unbound/unbound_status.php @@ -133,12 +133,6 @@ function execCmds() { </table> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> - <td class="tabcont" > - <form action="unbound_status.php" method="post"> - </form> - </td> - </tr> - <tr> <td class="tabcont" width="100%"> <?php defCmdT("Unbound status", "unbound-control status"); |