summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-08-18 08:15:27 +0930
committerRenato Botelho <renato@netgate.com>2016-08-29 15:05:10 -0300
commit5d892fd898fabb7b81b5ff0ffdd44fc07876f71f (patch)
tree0514cd39ff9f675d194a3855a9ef64aacbe5d73d /src
parent9a1ae6e63a58eb5e076cf0f36fd6837417f90267 (diff)
downloadpfsense-5d892fd898fabb7b81b5ff0ffdd44fc07876f71f.zip
pfsense-5d892fd898fabb7b81b5ff0ffdd44fc07876f71f.tar.gz
Indent dhcpd.conf option custom
(cherry picked from commit c507161d557817c1f6f0adbef9ffdbad82115ee8)
Diffstat (limited to 'src')
-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 dc8f807..495f8a9 100644
--- a/src/etc/inc/services.inc
+++ b/src/etc/inc/services.inc
@@ -935,9 +935,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