diff --git a/application/third_party/wwwlog/controllers/index.php b/application/third_party/wwwlog/controllers/index.php index cd44f278..28c5ceea 100644 --- a/application/third_party/wwwlog/controllers/index.php +++ b/application/third_party/wwwlog/controllers/index.php @@ -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 . '
'; } - echo 'test async v5'; + echo 'test async v6'; } // test @@ -160,7 +160,7 @@ class Index extends CI_Controller $client_id = trim($yandexMatches[1]); } else { $gaPat = "/Gaid->(.+?)<-Gaid/"; - if (preg_match($yarndexPat, $order_text, $gaMatches)) { + if (preg_match($gaPat, $order_text, $gaMatches)) { $client_id = trim($gaMatches[1]); } else { $client_id = "-- Match not found --";