summaryrefslogtreecommitdiffstats
path: root/src/etc/inc/services.inc
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-18 08:15:27 +0930
committerGitHub <noreply@github.com>2016-08-18 08:15:27 +0930
commitc507161d557817c1f6f0adbef9ffdbad82115ee8 (patch)
treeade211b21962ae20fc44fdaecc0f56bce79607ee /src/etc/inc/services.inc
parent285987208f31f38abe35b984b08645d43c11b001 (diff)
downloadpfsense-c507161d557817c1f6f0adbef9ffdbad82115ee8.zip
pfsense-c507161d557817c1f6f0adbef9ffdbad82115ee8.tar.gz
Indent dhcpd.conf option custom
Diffstat (limited to 'src/etc/inc/services.inc')
-rw-r--r--src/etc/inc/services.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/etc/inc/services.inc b/src/etc/inc/services.inc
index a4726e2..878a98e 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -911,9 +911,9 @@ EOPP;
foreach ($poolconf['numberoptions']['item'] as $itemidx => $item) {
$item_value = base64_decode($item['value']);
if (empty($item['type']) || $item['type'] == "text") {
- $dhcpdconf .= " option custom-{$dhcpif}-{$poolidx}-{$itemidx} \"{$item_value}\";\n";
+ $dhcpdconf .= " option custom-{$dhcpif}-{$poolidx}-{$itemidx} \"{$item_value}\";\n";
} else {
- $dhcpdconf .= " option custom-{$dhcpif}-{$poolidx}-{$itemidx} {$item_value};\n";
+ $dhcpdconf .= " option custom-{$dhcpif}-{$poolidx}-{$itemidx} {$item_value};\n";
}
}
}
OpenPOWER on IntegriCloud