Searched refs:cmod (Results 1 – 2 of 2) sorted by relevance
52 $cmod = @filemtime($cache); // 0 if not exists variable53 if($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod54 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)57 $cmod = 0; variable66 if($cmod && (67 ($cmod + $conf['rss_update'] > time())69 ($cmod > @filemtime($conf['changelog']))72 http_conditionalRequest($cmod);
47 $cmod = @filemtime($cache); // 0 if not exists variable48 if ($cmod && (@filemtime(DOKU_CONF . 'local.php') > $cmod49 || @filemtime(DOKU_CONF . 'dokuwiki.php') > $cmod)52 $cmod = 0; variable61 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);