diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2010-01-22 08:25:05 -0500 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2010-01-22 08:25:05 -0500 |
commit | f32f52ed3ad5e4821c7f7b0a33d4a55abf0e55a5 (patch) | |
tree | 024afeaa6dc9b876da2d32d12260d73c88115a0e /config/haproxy | |
parent | 9d8d34350d4e3f11a3375530f046d98a1fbfd37b (diff) | |
download | pfsense-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-x | config/haproxy/haproxy_servers_edit.php | 2 |
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> |