Commit 7c23799e authored by Ad Schellevis's avatar Ad Schellevis

missing semi colon

parent 9494ef66
...@@ -354,7 +354,7 @@ EOD; ...@@ -354,7 +354,7 @@ EOD;
if (isset($config['unbound']['regdhcp'])) { if (isset($config['unbound']['regdhcp'])) {
// include dynamic leases // include dynamic leases
@touch("{$g['unbound_chroot_path']}/dhcpleases.conf"); @touch("{$g['unbound_chroot_path']}/dhcpleases.conf");
$unboundconf .= "\ninclude: {$g['unbound_chroot_path']}/dhcpleases.conf\n" $unboundconf .= "\ninclude: {$g['unbound_chroot_path']}/dhcpleases.conf\n";
} }
file_put_contents("{$g['unbound_chroot_path']}/unbound.conf", $unboundconf); file_put_contents("{$g['unbound_chroot_path']}/unbound.conf", $unboundconf);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment