Explorar el Código

clearstatecache

andre hace 8 meses
padre
commit
69b005b2c1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      controllers/GetSSLDaysController.php

+ 1 - 0
controllers/GetSSLDaysController.php

@@ -5,6 +5,7 @@ namespace application\controllers;
 class GetSSLDaysController {
     public static function getSSLDays($data): void {
         $domain = $data['domain'] ?? '';
+        clearstatcache();
         error_log("data: " . $domain);
 
         if (empty($domain)) {