1 2 3 4 5 6 7 8 9 10 11 12 13
global $config; $config = parse_config(true); unset($config['dhcpd']); echo "Disabling DHCP Server on all interfaces..."; write_config("pfSsh.php disabled dhcp on all interfaces"); services_dhcpd_configure(); echo "done.\n";