Till Brehm
2015-04-11 6bdb100adcf7c96184d1e60a63a1ab915cbd1c85
Another APS fix
1 files modified
1 ■■■■ changed files
server/lib/classes/aps_installer.inc.php 1 ●●●● patch | view | raw | blame | history
server/lib/classes/aps_installer.inc.php
@@ -698,6 +698,7 @@
            curl_setopt($ch, CURLOPT_TIMEOUT, 0);
            curl_setopt($ch, CURLOPT_FAILONERROR, 1);
            curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
            curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0);
            if(curl_exec($ch) === false) $app->log(curl_error($ch), 1);
            fclose($fh);
            curl_close($ch);