From 03b5b2deaa743e645627e741c48efd875ffa5561 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Mon, 2 Jun 2014 12:16:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=B8=D0=BB=20?= =?UTF-8?q?=D0=BD=D0=B0=D1=81=D1=82=D0=B8=D0=BD=20=D1=82=D0=B5=D0=BB=D0=B5?= =?UTF-8?q?=D1=84=D0=BE=D0=BD=20=D0=B4=D0=BB=D1=8F=20=D0=BE=D0=BF=D0=BE?= =?UTF-8?q?=D0=B2=D0=B5=D1=89=D0=B5=D0=BD=D0=B8=D0=B9=20=D0=BE=20=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D1=8B=D1=85=20=D1=82=D0=BE=D1=87=D0=BA=D0=B0=D1=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ground/controllers/JsonController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/controllers/JsonController.php b/ground/controllers/JsonController.php index 5f89861..36d7470 100644 --- a/ground/controllers/JsonController.php +++ b/ground/controllers/JsonController.php @@ -102,7 +102,7 @@ class JsonController extends Controller curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_POSTFIELDS, array( "api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905", - "to" => "79046106141", + "to" => "79046106141, 79046106144", "text" => "#".$point->id.": ".$point->name, )); curl_exec($ch);