Home
last modified time | relevance | path

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

/plugin/cleanup/
H A Daction.php40 $lastrun = $conf['cachedir'].'/cleanup.run';
41 $ranat = @filemtime($lastrun);
46 io_saveFile($lastrun,'');
/plugin/captcha/
H A Daction.php209 $lastrun = getCacheName('captcha', '.captcha');
210 $last = @filemtime($lastrun);
214 touch($lastrun);