summaryrefslogtreecommitdiffstats
path: root/usr/local/www/load_balancer_setting.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/load_balancer_setting.php')
-rw-r--r--usr/local/www/load_balancer_setting.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/load_balancer_setting.php b/usr/local/www/load_balancer_setting.php
index e48e38e..d82f341 100644
--- a/usr/local/www/load_balancer_setting.php
+++ b/usr/local/www/load_balancer_setting.php
@@ -79,7 +79,7 @@ if ($_POST) {
if (!is_numeric($_POST['prefork'])) {
$input_errors[] = gettext("Prefork must be a numeric value");
} else {
- if (($_POST['prefork']<=0) || ($_POST['prefork']>32)) {
+ if (($_POST['prefork'] <= 0) || ($_POST['prefork'] > 32)) {
$input_errors[] = gettext("Prefork value must be between 1 and 32");
}
}
@@ -97,7 +97,7 @@ if ($_POST) {
}
}
-$pgtitle = array(gettext("Services"),gettext("Load Balancer"),gettext("Settings"));
+$pgtitle = array(gettext("Services"), gettext("Load Balancer"), gettext("Settings"));
$shortcut_section = "relayd";
include("head.inc");
OpenPOWER on IntegriCloud