Browse Source

Fixed Geo IP test in check-environment.php

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24014 44c647ce-9c0f-0410-b52a-842ac1e357ba
jonathan_maron 14 years ago
parent
commit
5541715fcd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      demos/Zend/Service/LiveDocx/check-environment.php

+ 1 - 1
demos/Zend/Service/LiveDocx/check-environment.php

@@ -163,7 +163,7 @@ $counter ++;
 
 // -----------------------------------------------------------------------------
 
-$geoData = @file_get_contents('http://ipinfodb.com/ip_query.php');
+$geoData = @file_get_contents('http://api.ipinfodb.com/v2/ip_query.php?key=332bde528d94fe578455e18ad225a01cba8dd359ee915ee46b70ca5e67137252');
 
 $keys = array (
     'Ip'          => 'IP address',