Project

General

Profile

Download (230 Bytes) Statistics
| Branch: | Tag: | Revision:
1
global $config;
2

    
3
$config = parse_config(true);
4

    
5
unset($config['dhcpd']);
6

    
7
echo "Disabling DHCP Server on all interfaces...";
8

    
9
write_config("pfSsh.php disabled dhcp on all interfaces");
10

    
11
services_dhcpd_configure();
12

    
13
echo "done.\n";
(1-1/8)