diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:51:08 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-17 22:51:08 -0500 |
commit | 3115a6de1c24a9084a1e13dd9b21587a679b21e1 (patch) | |
tree | 65cd4e0731a7623efcb30402573a10b833ebf261 /config/haproxy/haproxy_backends_edit.php | |
parent | cc28f054e65a3bbe0be3e6b279ef2971f97f2cd0 (diff) | |
download | pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.tar.gz pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.tar.bz2 pfsense-packages-3115a6de1c24a9084a1e13dd9b21587a679b21e1.zip |
Correct memory usage and simplify output
Diffstat (limited to 'config/haproxy/haproxy_backends_edit.php')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index 80616dc6..70bfa28f 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -366,7 +366,6 @@ include("head.inc"); <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></p> <?php endif; ?> - <form action="haproxy_backends_edit.php" method="post" name="iform" id="iform"> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> <td colspan="2" valign="top" class="listtopic">Edit haproxy backend</td> |