missing semi colon

This commit is contained in:
Ad Schellevis 2016-02-25 16:52:20 +01:00
parent 9494ef668c
commit 7c23799e0e

View File

@ -354,7 +354,7 @@ EOD;
if (isset($config['unbound']['regdhcp'])) {
// include dynamic leases
@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);