From: edward Date: Fri, 8 Sep 2017 08:23:38 +0000 (+0800) Subject: UpdateDatabase.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=eb060ed37274e7d4ad39a05c66956cf0c52c2e35;p=Pman.Core UpdateDatabase.php --- diff --git a/UpdateDatabase.php b/UpdateDatabase.php index 72eb6775..ccbc921a 100644 --- a/UpdateDatabase.php +++ b/UpdateDatabase.php @@ -1157,7 +1157,7 @@ class Pman_Core_UpdateDatabase extends Pman curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_HEADER, false); - curl_setopt($ch, CURLOPT_VERBOSE, 1); + curl_setopt($ch, CURLOPT_VERBOSE, 0); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false);