Code Context $url = "https://ip2c.org/".$systemIp;
$countrypart = explode(";",$this->get_content($url));
$this->request->data['countryname'] = $countrypart[3];
$aid = (int) 121
$systemIp = '10.3.163.157'
$url = 'https://ip2c.org/10.3.163.157'
$countrypart = array(
(int) 0 => ''
)
PagesController::front_style() - APP/Controller/PagesController.php, line 2295
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 490
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 191
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 165
[main] - APP/webroot/index.php, line 108