X-Git-Url: http://git.ipfire.org/?p=people%2Fpmueller%2Fipfire-2.x.git;a=blobdiff_plain;f=html%2Fcgi-bin%2Fdhcp.cgi;h=cde6065f57553dfd8c8d1098112dfa349a420c45;hp=fcf42deb8d6d7a1012d7500b32940b2bc5f9a31b;hb=55b2f2eb09419c3c7b2bffd2c4e8141e3a37a9de;hpb=b64d57aac841cb0a569e9651cba629965d1e6783 diff --git a/html/cgi-bin/dhcp.cgi b/html/cgi-bin/dhcp.cgi index fcf42deb8d..cde6065f57 100644 --- a/html/cgi-bin/dhcp.cgi +++ b/html/cgi-bin/dhcp.cgi @@ -1199,7 +1199,7 @@ sub buildconf { $key++; } } - print FILE "include ${General::swroot}/dhcp/dhcpd.conf.local\n"; + print FILE "include \"${General::swroot}/dhcp/dhcpd.conf.local\";\n"; close FILE; if ( $dhcpsettings{"ENABLE_GREEN"} eq 'on' || $dhcpsettings{"ENABLE_BLUE"} eq 'on' ) {system '/usr/local/bin/dhcpctrl enable >/dev/null 2>&1';} else {system '/usr/local/bin/dhcpctrl disable >/dev/null 2>&1';}