Removde hard-coded IP

This commit is contained in:
Eldad Fux
2020-10-17 09:58:40 +03:00
parent 9b57a0cc01
commit fefef52dae
+1 -5
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;