diff options
-rwxr-xr-x | usr/local/www/status_services.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php index a16eadf..a116151 100755 --- a/usr/local/www/status_services.php +++ b/usr/local/www/status_services.php @@ -135,7 +135,7 @@ if(isset($config['wol']['wolentry'])) { } if(isset($config['proxyarp']['proxyarpnet'])) { - $pconfig['name'] = "proxyarp"; + $pconfig['name'] = "choparp"; $pconfig['description'] = "Proxy Arp"; $services[] = $pconfig; unset($pconfig); |