Эх сурвалжийг харах

use certbot for gatering informations

andre 8 сар өмнө
parent
commit
145fef71ee

+ 1 - 1
controllers/GetSSLDaysController.php

@@ -34,7 +34,7 @@ class GetSSLDaysController {
         $expiryDate = date('Y-m-d', $expiryTimestamp);
         $daysRemaining = ceil(($expiryTimestamp - time()) / 86400);
         */
-        error_log("Debug certbot respond =>" . implode("\n", $phpOutput));
+        error_log("Debug certbot respond => $phpOutput");
 
         echo json_encode([
 	        'ssl_expiry' => $phpOutput,