PHP Archiv

Das PHP Script Verzeichnis

Tag Archives: Löschen

// Define the folder to clean // (keep trailing slashes) $captchaFolder = ‚temp/‘;   // Filetypes to check (you can also use *.*) $fileTypes = ‚*.jpg‘;   // Here you can define after how many // minutes the files should get deleted $expire_time = 20;   // Find all files of the given file type […]