Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/inc/
H A Dcommon_clientip.test.php113 …quals(str_replace(array_keys($addresses), array_values($addresses), $expected), clientIP($single));
149 …quals(str_replace(array_keys($addresses), array_values($addresses), $expected), clientIP($single));
/dokuwiki/inc/
H A Dchangelog.php74 $remote = ($flagExternalEdit) ? '127.0.0.1' : clientIP(true);
132 $remote = ($flagExternalEdit) ? '127.0.0.1' : clientIP(true);
H A DAjax.php177 if (!$client) $client = clientIP(true);
H A Dcommon.php197 $info['client'] = clientIP(true);
796 function clientIP($single = false) function
938 io_saveFile($lock, clientIP() . "\n" . session_id());
H A DMailer.class.php660 $ip = clientIP();
H A Dauth.php375 $ip = clientIP(true);
/dokuwiki/_test/tests/Remote/
H A DApiCoreTest.php301 'ip' => clientIP(),
310 'ip' => clientIP(),
765 'ip' => clientIP(),
774 'ip' => clientIP(),
/dokuwiki/inc/File/
H A DPageFile.php201 'ip' => clientIP(true),
/dokuwiki/inc/Remote/
H A DApiCore.php1016 $ftmp = $conf['tmpdir'] . '/' . md5($media . clientIP());