Code Context
if(!isset($_COOKIE['CheckLang'])){
setcookie("CheckLang", "1", time()+86400);
$query = array(
(int) 0 => array(
'ip2location' => array(
'ip_from' => '921305088',
'ip_to' => '921567231',
'country_code' => 'US',
'country_name' => 'United States'
)
)
)
$ip = '54.236.58.220'
$sql = 'select * from (select * from ip2location where ip_from <= 921451228) ip2location where 921451228 <= ip_to limit 1'
$protocol = 'http://'
setcookie - [internal], line ??
PagesController::display() - APP/Controller/PagesController.php, line 53
ReflectionMethod::invokeArgs() - [internal], line ??
Controller::invokeAction() - CORE/Cake/Controller/Controller.php, line 491
Dispatcher::_invoke() - CORE/Cake/Routing/Dispatcher.php, line 193
Dispatcher::dispatch() - CORE/Cake/Routing/Dispatcher.php, line 167
[main] - APP/webroot/index.php, line 110