Home
last modified time | relevance | path

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

/dokuwiki/inc/
H A DIp.php236 return Ip::clientIps()[0];
251 public static function clientIps(): array function in dokuwiki\\Ip
H A Dcommon.php798 return $single ? Ip::clientIp() : implode(',', Ip::clientIps());