From ae35ecc95beead277b9b06a5e20616371db4a497 Mon Sep 17 00:00:00 2001 From: Krivchikov Dmitry Date: Tue, 17 May 2016 20:21:22 +0300 Subject: [PATCH] =?UTF-8?q?FIX=20-=20=D0=BF=D0=BE=D0=BB=D0=BE=D0=BC=D0=B0?= =?UTF-8?q?=D0=BB=D0=B0=D1=81=D1=8C=20=D1=80=D0=B0=D0=B1=D0=BE=D1=82=D0=B0?= =?UTF-8?q?=20=D1=81=20=D1=81=D0=B5=D1=80=D1=82=D0=B8=D1=84=D0=B8=D0=BA?= =?UTF-8?q?=D0=B0=D1=82=D0=B0=D0=BC=D0=B8=20=D0=B2=20=D0=BA=D1=83=D1=80?= =?UTF-8?q?=D0=BB=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/Alarmer.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/Alarmer.php b/classes/Alarmer.php index 760af6a..916380d 100644 --- a/classes/Alarmer.php +++ b/classes/Alarmer.php @@ -8,6 +8,7 @@ class Alarmer $ch = curl_init("https://alarmerbot.ru/"); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); + curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE); curl_setopt($ch, CURLOPT_TIMEOUT, 5); curl_setopt($ch, CURLOPT_POSTFIELDS, array( "key" => App::getConfig('alarmerKey'),