Home
last modified time | relevance | path

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

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