diff options
Diffstat (limited to 'ifconfig.php')
-rw-r--r-- | ifconfig.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ifconfig.php b/ifconfig.php index fc4dd30..4010991 100644 --- a/ifconfig.php +++ b/ifconfig.php @@ -44,7 +44,8 @@ $user = array( 'continent_name' => $geo['continent']['names']['en'], 'country_code' => $geo['country']['geoname_id'], 'country_iso' => $geo['country']['iso_code'], - 'country_name' => $geo['country']['names']['en'] + 'country_name' => $geo['country']['names']['en'], + 'time_zone' => $geo['location']['time_zone'] ); // Check request (ex. ifconfig.php?q=ip) |