moodler f4fb66d7d9 Added new structure for iplookups (ie called from logs).
ipatlas is now just a plugin, and we can add other plugins
to the same job better.
2005-07-18 08:06:16 +00:00

14 lines
320 B
PHP

<?php // $Id$
// Lookup a user using ipatlas and NetGeo
// The database for this is REALLY old now and this service is
// next to useless.
function iplookup_display($ip, $user=0) {
global $CFG;
redirect($CFG->wwwroot.'/iplookup/ipatlas/plot.php?address='.$ip.'&amp;user='.$user);
}
?>