Log("Cache files count: ".count($aFiles)); foreach ($aFiles as $sFilePath) { @unlink($sFilePath); } } } /** * Создаем объект крон-процесса */ $app=new TemplateCacheCleanCron(); print $app->Exec(); ?>