Home
last modified time | relevance | path

Searched +full:expirywarn -(+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/authad/conf/
H A Ddefault.php14 $conf['expirywarn'] = 0;
H A Dmetadata.php14 $meta['expirywarn'] = array('numeric', '_min' => 0,'_caution' => 'danger');
/dokuwiki/lib/plugins/authad/
H A Dauth.php33 * $conf['plugin']['authad']['expirywarn'] = 5;
267 if ($info['expires'] && $this->conf['expirywarn']) {
277 ($info['expiresin'] <= $this->conf['expirywarn']) &&