芝麻web文件管理V1.00
编辑当前文件:/home/mgatv524/public_html/midiatech/vendor/mpdf/mpdf/data/out.php
24 hrs old $interval = 86400; if ($handle = opendir(dirname($path.'dummy'))) { while (false !== ($file = readdir($handle))) { if (((filemtime($path.$file)+$interval) < time()) && ($file != "..") && ($file != ".") && substr($file, -3)=='pdf') { unlink($path.$file); } } closedir($handle); } exit; }