Home
last modified time | relevance | path

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

/plugin/godiag/
H A Dfetch.php26 $fmtime = @filemtime($file); variable
27 if(!$fmtime){
41 http_conditionalRequest($fmtime);
/plugin/preservefilenames/
H A Daction_anteater.php115 $fmtime = @filemtime($file);
130 … header('Expires: ' . gmdate("D, d M Y H:i:s", $fmtime + $conf['cachetime'] + 10) . ' GMT');
131 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($fmtime - time() + …
140 http_conditionalRequest($fmtime);