Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
workaround for CURLOPT_FOLLOWLOCATION cannot be activated when safe_m…
…ode is enabled or an open_basedir is set - part 2
  • Loading branch information
jakoch committed Aug 16, 2012
1 parent 0ecbb0b commit 6329f75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion framework/Koch/Tools/TracRPC.php
Expand Up @@ -1350,7 +1350,6 @@ private function _doCurlRequest()
// alternative following handling via header 301?
}

curl_setopt($ch, CURLOPT_FOLLOWLOCATION, true);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HEADER, false);
curl_setopt($ch, CURLOPT_TIMEOUT, 30);
Expand Down

0 comments on commit 6329f75

Please sign in to comment.