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
42 if (count($dates) > $conf['logretain']) {43 $dates = array_slice($dates, 0, -1 * $conf['logretain']);
115 $conf['logretain'] = 3; //how many days of logs to keep
219 $meta['logretain'] = ['numeric', '_min' => 0, '_pattern' => '/^\d+$/'];