diff --git a/pfsense_zbx.php b/pfsense_zbx.php index 3fee12a..a3b6c52 100644 --- a/pfsense_zbx.php +++ b/pfsense_zbx.php @@ -950,7 +950,7 @@ class Commands $cert_info = openssl_x509_parse(base64_decode($certificate[PfEnv::CRT])); return ($value == 0 || $value < $cert_info[$field]) ? $cert_info[$field] : $value; - }, 0)); + }, 0), true); } // Testing function, for template creating purpose