summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 3d0497a..fb8ffdc 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -259,7 +259,7 @@ if (count($services) > 0) {
echo '<td class="listr">' . $service['description'] . '</td>' . "\n";
echo get_service_status_icon($service);
echo '<td valign="middle" class="list" nowrap>';
- echo get_service_control_links($service, $running);
+ echo get_service_control_links($service);
echo "</td></tr>\n";
}
} else {
OpenPOWER on IntegriCloud