From 99d02b27b38f45c0f9f3445b54f575c099bffd06 Mon Sep 17 00:00:00 2001 From: "Namhyeon, Go" Date: Fri, 17 Apr 2020 17:54:47 +0900 Subject: [PATCH] Update SSL.class.php --- helper/SSL.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper/SSL.class.php b/helper/SSL.class.php index ac3f7af..7b70efc 100644 --- a/helper/SSL.class.php +++ b/helper/SSL.class.php @@ -35,7 +35,7 @@ class SSL { $ssl_info['validity'] = static::diffDate($current_t, $validTo_time_t)." days"; $ssl_info['validitytot'] = (static::diffDate($validFrom_time_t, $validTo_time_t)-1).' days'; - $ssl_info['crtValRemaining'] =$certinfo['validTo_time_t']; + $ssl_info['crtValRemaining'] = $certinfo['validTo_time_t']; return static::instantiate($url, $ssl_info); // return an object }