mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Bending over for Strict MDL-7861
This commit is contained in:
parent
afba7be148
commit
b68da27633
@ -13,7 +13,7 @@ function iplookup_display($ip, $user=0) {
|
||||
echo 'Search results: <iframe src="http://www.hostip.info/api/get.html?ip='.$ip.'" height="60" width="300"></iframe>';
|
||||
|
||||
echo '<object data="http://www.hostip.info/map/frame.html?ip='.$ip.'" '.
|
||||
'type="text/html" border="0" width="610" height="330" hspace="0" vspace="0"></object>';
|
||||
'type="text/html" border="0" width="610" height="330"></object>';
|
||||
|
||||
close_window_button();
|
||||
print_footer('none');
|
||||
|
Loading…
x
Reference in New Issue
Block a user