diff --git a/check-services.php b/check-services.php index 1a9781cb3..23fff5523 100755 --- a/check-services.php +++ b/check-services.php @@ -52,7 +52,7 @@ while ($service = mysql_fetch_array($query)) { shell_exec($create); } - if($status = "1" || $status = "0") { + if($status == "1" || $status == "0") { rrdtool_update($rrd,"N:".$status); } } diff --git a/html/includes/graphs/service/auth.inc.php b/html/includes/graphs/service/auth.inc.php index 9ab66800e..bf4fd8d9e 100644 --- a/html/includes/graphs/service/auth.inc.php +++ b/html/includes/graphs/service/auth.inc.php @@ -1,4 +1,4 @@ -