[BlueOnyx:14357] Re: CURLOPT_FOLLOWLOCATION
Richard C. Barker Sr.
admin at probass.com
Tue Feb 4 15:27:52 -05 2014
Here is the real fix in the last joomla update they set curl to
// Follow redirects.
$options[CURLOPT_FOLLOWLOCATION] = (bool)
$this->options->get('follow_location', true);
Shanged to:
// Follow redirects.
$options[CURLOPT_FOLLOWLOCATION] = (bool)
$this->options->get('follow_location', false);
All is happy happy no more errors
RC
--
+---------------------------------------------+
Richard C. Barker Sr.
CEO & President
1-800-510-3139
ProBass Networks Inc.
http://www.probassnetworks.net
http://www.probass.net
***************************************
DISCLAIMER : -
This e-mail is confidential and intended only for the use
of the individual or entity named above and may contain
information that is privileged. If you are not the intended
recipient, you are notified that any dissemination, distribution
or copying of this e-mail is strictly prohibited. If you have
received this email in error, please notify us immediately
by return email or telephone and destroy the original message.
+---------------------------------------------+
More information about the Blueonyx
mailing list