Revision 01f1631a
Added by Scott Ullrich over 19 years ago
usr/local/www/status_services.php | ||
---|---|---|
139 | 139 |
unset($pconfig); |
140 | 140 |
} |
141 | 141 |
|
142 |
if(isset($config['wol']['wolentry'])) { |
|
143 |
$pconfig['name'] = "wol"; |
|
144 |
$pconfig['description'] = "Wake on lan"; |
|
145 |
$services[] = $pconfig; |
|
146 |
unset($pconfig); |
|
147 |
} |
|
148 |
|
|
149 | 142 |
if(isset($config['proxyarp']['proxyarpnet'])) { |
150 | 143 |
$pconfig['name'] = "choparp"; |
151 | 144 |
$pconfig['description'] = "Proxy Arp"; |
Also available in: Unified diff
Remove wake on lan. It's not a service, its simply a binary that sends a magic packet.