mirror of
https://github.com/moodle/moodle.git
synced 2025-04-16 14:02:32 +02:00
Logs now call new iplookup plugin
This commit is contained in:
parent
f4fb66d7d9
commit
7eca967cd5
@ -619,7 +619,7 @@ function print_log($course, $user=0, $date=0, $order="l.time ASC", $page=0, $per
|
||||
echo "<td class=\"r$row c1\" nowrap=\"nowrap\" align=\"right\">".userdate($log->time, '%a').
|
||||
' '.userdate($log->time, $strftimedatetime)."</td>\n";
|
||||
echo "<td class=\"r$row c2\" nowrap=\"nowrap\">\n";
|
||||
link_to_popup_window("/lib/ipatlas/plot.php?address=$log->ip&user=$log->userid", 'ipatlas',$log->ip, 400, 700);
|
||||
link_to_popup_window("/iplookup/index.php?ip=$log->ip&user=$log->userid", 'iplookup',$log->ip, 400, 700);
|
||||
echo "</td>\n";
|
||||
$fullname = fullname($log, $isteacher);
|
||||
echo "<td class=\"r$row c3\" nowrap=\"nowrap\">\n";
|
||||
|
Loading…
x
Reference in New Issue
Block a user