summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/status_services.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index bb7a046..6002cc9 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -139,13 +139,6 @@ if(isset($config['snmpd']['enable'])) {
unset($pconfig);
}
-if(isset($config['wol']['wolentry'])) {
- $pconfig['name'] = "wol";
- $pconfig['description'] = "Wake on lan";
- $services[] = $pconfig;
- unset($pconfig);
-}
-
if(isset($config['proxyarp']['proxyarpnet'])) {
$pconfig['name'] = "choparp";
$pconfig['description'] = "Proxy Arp";
OpenPOWER on IntegriCloud