diff --git a/classes/Alarmer.php b/classes/Alarmer.php index a192d75..760af6a 100644 --- a/classes/Alarmer.php +++ b/classes/Alarmer.php @@ -7,7 +7,7 @@ class Alarmer if (App::getConfig('alarmerKey')) { $ch = curl_init("https://alarmerbot.ru/"); - curl_setopt($ch, CURLOPT_RETURNTRANSFER, 0); + curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 5); curl_setopt($ch, CURLOPT_POSTFIELDS, array( "key" => App::getConfig('alarmerKey'),