From 6f63d55a967ac6be6dd337a0bc0c0980383a8066 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Sat, 22 Nov 2014 22:09:28 +0300 Subject: [PATCH] SMS - from --- ground/controllers/JsonController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/ground/controllers/JsonController.php b/ground/controllers/JsonController.php index c45bcce..8d126cb 100644 --- a/ground/controllers/JsonController.php +++ b/ground/controllers/JsonController.php @@ -243,6 +243,7 @@ class JsonController extends Controller "api_id" => "2c2af6a7-a935-0e84-5952-599f5cd61905", "to" => "79046106141, 79046106144", "text" => "#" . $point->id . ": " . $point->name, + "from" => "WIKIPOINTS", )); curl_exec($ch); curl_close($ch);