summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/srv_status.php')
-rw-r--r--frontends/php/srv_status.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php
index 61f46001..9d8d74bb 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.php
@@ -59,7 +59,7 @@
if(isset($_REQUEST["serviceid"]))
{
$service=get_service_by_serviceid($_REQUEST["serviceid"]);
- $service=new CLink($service["name"],"srv_status.php?serviceid=".$service["serviceid"],"action");
+ $srvc=new CLink($service["name"],"srv_status.php?serviceid=".$service["serviceid"],"action");
$status=get_service_status_description($service["status"]);
@@ -95,7 +95,7 @@
}
$actions=new CLink(S_SHOW,"srv_status.php?serviceid=".$service["serviceid"]."&showgraph=1","action");
$table->addRow(array(
- $service,
+ $srvc,
$status,
$reason,
$sla,