Home
last modified time | relevance | path

Searched refs:deleteOldFiles (Results 1 – 2 of 2) sorted by relevance

/webtrees/app/Http/Middleware/
H A DDoHousekeeping.php92 …$this->housekeeping_service->deleteOldFiles($data_filesystem, self::THUMBNAIL_DIR, self::MAX_THUMB…
95 …$this->housekeeping_service->deleteOldFiles($root_filesystem, self::TMP_DIR, self::MAX_TMP_FILE_AG…
/webtrees/app/Services/
H A DHousekeepingService.php259 public function deleteOldFiles(FilesystemOperator $filesystem, string $path, int $max_age): void function in Fisharebest\\Webtrees\\Services\\HousekeepingService