summaryrefslogtreecommitdiffstats
path: root/usr
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-09-04 00:08:28 +0000
committerBill Marquette <billm@pfsense.org>2005-09-04 00:08:28 +0000
commitd127eb446fc8b6e6ddab2e66462134f750c012ff (patch)
treeda029ca3970ee408f87c0fd5ab4cc968db96f42f /usr
parent7c9c77f72f338a15c23d52ff36815435aaf61c94 (diff)
downloadpfsense-d127eb446fc8b6e6ddab2e66462134f750c012ff.zip
pfsense-d127eb446fc8b6e6ddab2e66462134f750c012ff.tar.gz
Use sitedown for name instead of ipaddr (already in use)
Diffstat (limited to 'usr')
-rwxr-xr-xusr/local/www/load_balancer_virtual_server_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_virtual_server_edit.php b/usr/local/www/load_balancer_virtual_server_edit.php
index 4c0894f..e56ba70 100755
--- a/usr/local/www/load_balancer_virtual_server_edit.php
+++ b/usr/local/www/load_balancer_virtual_server_edit.php
@@ -139,7 +139,7 @@ include("head.inc");
<tr align="left">
<td width="22%" valign="top" class="vncellreq">Pool Down Server</td>
<td width="78%" class="vtable" colspan="2">
- <input name="ipaddr" type="text" <?if(isset($pconfig['sitedown'])) echo "value=\"{$pconfig['sitedown']}\"";?> size="16" maxlength="16">
+ <input name="sitedown" type="text" <?if(isset($pconfig['sitedown'])) echo "value=\"{$pconfig['sitedown']}\"";?> size="16" maxlength="16">
<br><b>NOTE:</b> This is the server that clients will be redirected to if *ALL* servers in the pool are offline.
</td>
</tr>
OpenPOWER on IntegriCloud