summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_pool_edit.php
diff options
context:
space:
mode:
authorSeth Mos <seth.mos@xs4all.nl>2007-03-03 00:07:09 +0000
committerSeth Mos <seth.mos@xs4all.nl>2007-03-03 00:07:09 +0000
commit2e5126187c0b61ebb4f59797f7af49b1d86e174a (patch)
tree4811fb501187daf7a3dde9dcba3824149702c5e9 /usr/local/www/load_balancer_pool_edit.php
parent4190956e4c1f055d6a35959ace4e579a8584ceca (diff)
downloadpfsense-2e5126187c0b61ebb4f59797f7af49b1d86e174a.zip
pfsense-2e5126187c0b61ebb4f59797f7af49b1d86e174a.tar.gz
Remove public website from drop down
Diffstat (limited to 'usr/local/www/load_balancer_pool_edit.php')
-rwxr-xr-xusr/local/www/load_balancer_pool_edit.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr/local/www/load_balancer_pool_edit.php b/usr/local/www/load_balancer_pool_edit.php
index c36ef12..5af6fa0 100755
--- a/usr/local/www/load_balancer_pool_edit.php
+++ b/usr/local/www/load_balancer_pool_edit.php
@@ -441,11 +441,7 @@ function clearcombo(){
<option value="<?=$dns;?>">DNS Server <?=$iDns;?> (<?=$dns;?>)</option>
<?php $iDns++;
}
- /* Would be really nice to actually ping to get these live each time,
- as they mostly all support round-robin */?>
- <option value="72.14.209.99">www.google.com</option>
- <option value="209.191.93.52">www.yahoo.com</option>
- <option value="69.147.83.33">www.freebsd.org</option>
+?>
<option value="other" selected>other</option>
</select>
<input size="16" id="monitorip" name="monitorip" value="<?php echo $pconfig['monitorip']; ?>" style="float: left;">
OpenPOWER on IntegriCloud