Loading module/Administration/src/Service/AdministrationService.php +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,12 @@ class AdministrationService // Suppression des fichiers de cache $cachePath = getcwd() . '/cache'; if ($filesystem->exists($cachePath)) { $filesystem->remove($cachePath); $content = scandir($cachePath); foreach( $content as $toRemove) { if ($toRemove != '.' && $toRemove != '..' ) { $filesystem->remove($cachePath . '/' . $toRemove); } } } // Nettoyage des proxies Loading Loading
module/Administration/src/Service/AdministrationService.php +6 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,12 @@ class AdministrationService // Suppression des fichiers de cache $cachePath = getcwd() . '/cache'; if ($filesystem->exists($cachePath)) { $filesystem->remove($cachePath); $content = scandir($cachePath); foreach( $content as $toRemove) { if ($toRemove != '.' && $toRemove != '..' ) { $filesystem->remove($cachePath . '/' . $toRemove); } } } // Nettoyage des proxies Loading