Update check.inc

This commit is contained in:
Daniel Preussker
2015-12-19 12:31:07 +00:00
parent 271f0591e8
commit 70324ea4bb

View File

@@ -9,7 +9,7 @@ if( !empty($service['service_ip']) ) {
$cmd .= " ".$service['service_param'];
$check = shell_exec($cmd);
list($check, $time) = split("\|", $check);
list($check, $time) = explode("\|", $check);
if(strstr($check, "SSL_CERT OK")) {
$status = '1';