diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-11-20 17:46:12 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-11-20 17:46:12 -0500 |
commit | b92a11202685093e004c3fe6a3ef35884622e511 (patch) | |
tree | 28a59aac82136507e81c4b7418bd6b2c7261cd36 /config/haproxy | |
parent | 8831267c83e66c7247b99f3539a942cb03eaeb38 (diff) | |
download | pfsense-packages-b92a11202685093e004c3fe6a3ef35884622e511.tar.gz pfsense-packages-b92a11202685093e004c3fe6a3ef35884622e511.tar.bz2 pfsense-packages-b92a11202685093e004c3fe6a3ef35884622e511.zip |
Add back form method
Diffstat (limited to 'config/haproxy')
-rwxr-xr-x | config/haproxy/haproxy_backends_edit.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/haproxy/haproxy_backends_edit.php b/config/haproxy/haproxy_backends_edit.php index f277956c..eb2e6c77 100755 --- a/config/haproxy/haproxy_backends_edit.php +++ b/config/haproxy/haproxy_backends_edit.php @@ -367,6 +367,7 @@ include("head.inc"); <?php if ($input_errors) print_input_errors($input_errors); ?> <?php if($one_two): ?> <p class="pgtitle"><?=$pgtitle?></p> +<form action="haproxy_backends_edit.php" method="post" name="iform" id="iform"> <?php endif; ?> <table width="100%" border="0" cellpadding="6" cellspacing="0"> <tr> |