1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

Removde hard-coded IP

This commit is contained in:
Eldad Fux 2020-10-17 09:58:40 +03:00
parent 9b57a0cc01
commit fefef52dae

View file

@ -24,11 +24,7 @@ App::get('/v1/locale')
$time = (60 * 60 * 24 * 45); // 45 days cache
$countries = $locale->getText('countries');
$continents = $locale->getText('continents');
if (!App::isProduction()) {
$ip = '79.177.241.94';
}
$output['ip'] = $ip;
$currency = null;