summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/system_gateways_edit.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-12-10 12:59:06 -0200
committerRenato Botelho <renato@netgate.com>2015-12-10 19:04:35 -0200
commit41dfc977f748ff2b9adad71b9f1feaf7308684d0 (patch)
tree478b28108b19ccaf758824f2e14310d791124cce /src/usr/local/www/system_gateways_edit.php
parent9a333a97fbc370c8a9bcb072c02b6c2d86a69ab3 (diff)
downloadpfsense-41dfc977f748ff2b9adad71b9f1feaf7308684d0.zip
pfsense-41dfc977f748ff2b9adad71b9f1feaf7308684d0.tar.gz
Fix indent
Diffstat (limited to 'src/usr/local/www/system_gateways_edit.php')
-rw-r--r--src/usr/local/www/system_gateways_edit.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/local/www/system_gateways_edit.php b/src/usr/local/www/system_gateways_edit.php
index e6c800c..712bb55 100644
--- a/src/usr/local/www/system_gateways_edit.php
+++ b/src/usr/local/www/system_gateways_edit.php
@@ -711,9 +711,9 @@ $section->addInput(new Form_Input(
// If any of the advanced options are non-default, we will not show the "Advanced" button
// and will display the advanced section
if (!(!empty($pconfig['latencylow']) || !empty($pconfig['latencyhigh']) || !empty($pconfig['losslow']) ||
- !empty($pconfig['losshigh']) || (isset($pconfig['weight']) && $pconfig['weight'] > 1) ||
- (isset($pconfig['interval']) && ($pconfig['interval'] > $dpinger_default['interval'])) ||
- (isset($pconfig['down']) && !($pconfig['down'] == $dpinger_default['down'])))) {
+ !empty($pconfig['losshigh']) || (isset($pconfig['weight']) && $pconfig['weight'] > 1) ||
+ (isset($pconfig['interval']) && ($pconfig['interval'] > $dpinger_default['interval'])) ||
+ (isset($pconfig['down']) && !($pconfig['down'] == $dpinger_default['down'])))) {
$btnadvanced = new Form_Button(
'toggle-advanced',
OpenPOWER on IntegriCloud