Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dcommon_clientip.test.php88 * @param string $realIp The X-Real-IP header.
95 …public function test_client_ip_v4(string $remoteAddr, bool $useRealIp, string $realIp, string $for… argument
107 …R['HTTP_X_REAL_IP'] = str_replace(array_keys($addresses), array_values($addresses), $realIp);
124 * @param string $realIp The X-Real-IP header.
131 …public function test_client_ip_v6(string $remoteAddr, bool $useRealIp, string $realIp, string $for… argument
143 …R['HTTP_X_REAL_IP'] = str_replace(array_keys($addresses), array_values($addresses), $realIp);