Home
last modified time | relevance | path

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

/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.php193 $info['client'] = clientIP(true);
793 function clientIP($single = false)
969 io_saveFile($lock, clientIP() . "\n" . session_id());
800 function clientIP($single = false) { global() function
H A DMailer.class.php660 $ip = clientIP();
H A Dauth.php349 $ip = clientIP(true);
/dokuwiki/inc/File/
H A DPageFile.php201 'ip' => clientIP(true),
/dokuwiki/inc/Remote/
H A DApiCore.php948 $ftmp = $conf['tmpdir'] . '/' . md5($media . clientIP());