Home
last modified time | relevance | path

Searched +full:ip +(+path:plugin +path:loglog) -(+path:plugin +path:loglog +path:lang) (Results 1 – 2 of 2) sorted by relevance

/plugin/loglog/helper/
H A Dlogging.php36 $ip = clientIP(true);
39 $line = join("\t", [$t, strftime($conf['dformat'], $t), $ip, $user, $msg, $data]);
137 list($dt, $junk, $ip, $user, $msg, $data) = explode("\t", $line, 6);
140 'ip' => $ip,
/plugin/loglog/
H A Dadmin.php89 echo '<th>' . $this->getLang('ip') . '</th>';
139 echo '<td>' . hsc($line['ip']) . '</td>';