mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
missing semi colon
This commit is contained in:
parent
9494ef668c
commit
7c23799e0e
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user