aboutsummaryrefslogtreecommitdiffstats
path: root/config/haproxy
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-01-22 08:25:05 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-01-22 08:25:05 -0500
commitf32f52ed3ad5e4821c7f7b0a33d4a55abf0e55a5 (patch)
tree024afeaa6dc9b876da2d32d12260d73c88115a0e /config/haproxy
parent9d8d34350d4e3f11a3375530f046d98a1fbfd37b (diff)
downloadpfsense-packages-f32f52ed3ad5e4821c7f7b0a33d4a55abf0e55a5.tar.gz
pfsense-packages-f32f52ed3ad5e4821c7f7b0a33d4a55abf0e55a5.tar.bz2
pfsense-packages-f32f52ed3ad5e4821c7f7b0a33d4a55abf0e55a5.zip
oops, use correct fieldname so checkinter can save
Diffstat (limited to 'config/haproxy')
-rwxr-xr-xconfig/haproxy/haproxy_servers_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/haproxy/haproxy_servers_edit.php b/config/haproxy/haproxy_servers_edit.php
index c28dc7af..5a37e7a2 100755
--- a/config/haproxy/haproxy_servers_edit.php
+++ b/config/haproxy/haproxy_servers_edit.php
@@ -290,7 +290,7 @@ function clearcombo(){
<tr align="left">
<td width="22%" valign="top" class="vncell">Check inter</td>
<td width="78%" class="vtable" colspan="2">
- <input name="weight" type="text" <?if(isset($pconfig['checkinter'])) echo "value=\"{$pconfig['checkinter']}\"";?>size="64">
+ <input name="checkinter" type="text" <?if(isset($pconfig['checkinter'])) echo "value=\"{$pconfig['checkinter']}\"";?>size="64">
<br/>Defaults to 1000 if left blank.
</td>
</tr>