Home
last modified time | relevance | path

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

/plugin/csstimeline/
H A Dfeed.php52 $cmod = @filemtime($cache); // 0 if not exists variable
53 if($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod
54 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)
57 $cmod = 0; variable
66 if($cmod && (
67 ($cmod + $conf['rss_update'] > time())
69 ($cmod > @filemtime($conf['changelog']))
72 http_conditionalRequest($cmod);
/plugin/feed/
H A Dfeed.php47 $cmod = @filemtime($cache); // 0 if not exists variable
48 if ($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod
49 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)
52 $cmod = 0; variable
61 if ($cmod && (
62 ($cmod + $conf['rss_update'] > time())
64 ($cmod > @filemtime($conf['changelog']))
67 … ($plugin !== 'discussion' || $cmod > @filemtime($conf['metadir'] . '/_comments.changes'))
70 http_conditionalRequest($cmod);