summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorstilez <stilez@users.noreply.github.com>2016-01-13 12:00:26 +0000
committerstilez <stilez@users.noreply.github.com>2016-01-13 12:00:26 +0000
commit53f73530c9932a56f0f4b53cff06ed9cc7241b99 (patch)
treeee08870c472243036cc1357cc5dd934411f56630 /src/usr/local/www/services_dhcp.php
parent5bc86d05203a20334fa37b48ac567f89a6b81e7f (diff)
downloadpfsense-53f73530c9932a56f0f4b53cff06ed9cc7241b99.zip
pfsense-53f73530c9932a56f0f4b53cff06ed9cc7241b99.tar.gz
remove leading space
Diffstat (limited to 'src/usr/local/www/services_dhcp.php')
-rw-r--r--src/usr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcp.php b/src/usr/local/www/services_dhcp.php
index 7256ac8..4d0bc82 100644
--- a/src/usr/local/www/services_dhcp.php
+++ b/src/usr/local/www/services_dhcp.php
@@ -401,7 +401,7 @@ if (isset($_POST['submit'])) {
if (!$input_errors) {
/* make sure the range lies within the current subnet */
$subnet_start = gen_subnetv4($ifcfgip, $ifcfgsn);
- $subnet_end = gen_subnetv4_max($ifcfgip, $ifcfgsn);
+ $subnet_end = gen_subnetv4_max($ifcfgip, $ifcfgsn);
if (ip_greater_than($_POST['range_from'], $_POST['range_to'])) {
$input_errors[] = gettext("The range is invalid (first element higher than second element).");
OpenPOWER on IntegriCloud