hello,
in the cpanel at "cron job" i set something like this for to delete the files in video folders every 5 min, but still not works
0 0 * * * find /home/mysite.tld/public_html/videos -mmin +5 -exec rm {} \;
i should to delete "-mmin +5" ? (i made already the time in a filed in "Common Settings)
thankyou


LinkBack URL
About LinkBacks
Reply With Quote