repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
iplookup
/
ipatlas
/
lib.php
blob
2d64512c66409bb8b574b43221058bf19a583101
1
<
?php
// $Id$
2
// Lookup a user using ipatlas and NetGeo
3
4
// The database for this is REALLY old now and this service is
5
// next to useless.
6
7
function
iplookup_display
(
$ip
,
$user
=
0
) {
8
global
$CFG
;
9
10
redirect
(
$CFG
->
wwwroot
.
'/iplookup/ipatlas/plot.php?address='
.
$ip
.
'&user='
.
$user
);
11
}
12
13
?
>