|
|
@ -56,7 +56,7 @@ class Index extends CI_Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
echo 'COLI_WebCode:' . $item->COLI_WebCode . ' COLI_ID:' . $item->COLI_ID . ' COLI_SenderIP:' . $item->COLI_SenderIP . '<br/>';
|
|
|
|
echo 'COLI_WebCode:' . $item->COLI_WebCode . ' COLI_ID:' . $item->COLI_ID . ' COLI_SenderIP:' . $item->COLI_SenderIP . '<br/>';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
echo 'test async v5';
|
|
|
|
echo 'test async v6';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// test
|
|
|
|
// test
|
|
|
@ -160,7 +160,7 @@ class Index extends CI_Controller
|
|
|
|
$client_id = trim($yandexMatches[1]);
|
|
|
|
$client_id = trim($yandexMatches[1]);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$gaPat = "/Gaid->(.+?)<-Gaid/";
|
|
|
|
$gaPat = "/Gaid->(.+?)<-Gaid/";
|
|
|
|
if (preg_match($yarndexPat, $order_text, $gaMatches)) {
|
|
|
|
if (preg_match($gaPat, $order_text, $gaMatches)) {
|
|
|
|
$client_id = trim($gaMatches[1]);
|
|
|
|
$client_id = trim($gaMatches[1]);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
$client_id = "-- Match not found --";
|
|
|
|
$client_id = "-- Match not found --";
|
|
|
|