добавил настин телефон для оповещений о новых точках

This commit is contained in:
Krivchikov Dmitry 2014-06-02 12:16:14 +04:00
parent 9ab2eff6e7
commit 03b5b2deaa
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ class JsonController extends Controller
curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_TIMEOUT, 30);
curl_setopt($ch, CURLOPT_POSTFIELDS, array( curl_setopt($ch, CURLOPT_POSTFIELDS, array(
"api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905", "api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905",
"to" => "79046106141", "to" => "79046106141, 79046106144",
"text" => "#".$point->id.": ".$point->name, "text" => "#".$point->id.": ".$point->name,
)); ));
curl_exec($ch); curl_exec($ch);