Home
last modified time | relevance | path

Searched +full:logretain -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 3 of 3) sorted by relevance

/dokuwiki/lib/plugins/logviewer/
H A Daction.php42 if (count($dates) > $conf['logretain']) {
43 $dates = array_slice($dates, 0, -1 * $conf['logretain']);
/dokuwiki/conf/
H A Ddokuwiki.php115 $conf['logretain'] = 3; //how many days of logs to keep
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php219 $meta['logretain'] = ['numeric', '_min' => 0, '_pattern' => '/^\d+$/'];