Home
last modified time | relevance | path

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

/plugin/captcha/
H A Daction.php8 use dokuwiki\plugin\captcha\IpCounter;
115 $count = (new IpCounter())->get();
234 (new IpCounter())->increment();
242 (new IpCounter())->reset();
3 use dokuwiki\plugin\captcha\IpCounter; global() alias
H A DIpCounter.php8 class IpCounter class