1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-20 19:01:28 +00:00

fix broken redirects

This commit is contained in:
Andrew Dolgov
2013-03-20 12:15:06 +04:00
parent 54bc5594ab
commit 81153e6b8b
2 changed files with 9 additions and 4 deletions

View File

@@ -295,7 +295,7 @@
curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, $timeout ? $timeout : 15);
curl_setopt($ch, CURLOPT_TIMEOUT, $timeout ? $timeout : 45);
//curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, !ini_get("safe_mode"));
curl_setopt($ch, CURLOPT_MAXREDIRS, 20);
curl_setopt($ch, CURLOPT_BINARYTRANSFER, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);