Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / iplookup / ipatlas / lib.php
blob2d64512c66409bb8b574b43221058bf19a583101
1 <?php // $Id$
2 // Lookup a user using ipatlas and NetGeo
4 // The database for this is REALLY old now and this service is
5 // next to useless.
7 function iplookup_display($ip, $user=0) {
8 global $CFG;
10 redirect($CFG->wwwroot.'/iplookup/ipatlas/plot.php?address='.$ip.'&amp;user='.$user);