summaryrefslogtreecommitdiffstats
path: root/etc/inc/gwlb.inc
diff options
context:
space:
mode:
authorccesario <carloscesario@gmail.com>2012-07-05 11:03:42 -0300
committerccesario <carloscesario@gmail.com>2012-07-05 11:03:42 -0300
commit02a8dab0094179d76ba140ef55ae952037fec6b3 (patch)
tree0baa2b4bcf79ed7de6447689c492898058445e74 /etc/inc/gwlb.inc
parente0a45ce03c033d40afbcd9a64b16dc686a000465 (diff)
downloadpfsense-02a8dab0094179d76ba140ef55ae952037fec6b3.zip
pfsense-02a8dab0094179d76ba140ef55ae952037fec6b3.tar.gz
Change field name from lowloss to losslow
related in http://redmine.pfsense.org/issues/2537
Diffstat (limited to 'etc/inc/gwlb.inc')
-rw-r--r--etc/inc/gwlb.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/gwlb.inc b/etc/inc/gwlb.inc
index cb9d050..eef1fca 100644
--- a/etc/inc/gwlb.inc
+++ b/etc/inc/gwlb.inc
@@ -1,7 +1,7 @@
<?php
/*
Copyright (C) 2008 Bill Marquette, Seth Mos
- Copyright (C) 2010 Ermal Lu�i
+ Copyright (C) 2010 Ermal Luçi
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -179,7 +179,7 @@ EOD;
$alarms = "";
$alarmscfg = "";
$override = false;
- if (!empty($gateway['lowloss'])) {
+ if (!empty($gateway['losslow'])) {
$alarmscfg .= "alarm loss \"{$name}loss\" {\n";
$alarmscfg .= "\tpercent_low {$gateway['losslow']}\n";
$alarmscfg .= "\tpercent_high {$gateway['losshigh']}\n";
OpenPOWER on IntegriCloud