[cmclasses] r917 committed - Disabled following in cURL class because this is not allowed in safe m...

0 views
Skip to first unread message

cmcl...@googlecode.com

unread,
Jan 31, 2012, 1:33:11 AM1/31/12
to cmcl...@googlegroups.com
Revision: 917
Author: christian.wuerker
Date: Mon Jan 30 22:24:46 2012
Log: Disabled following in cURL class because this is not allowed in
safe mode.

http://code.google.com/p/cmclasses/source/detail?r=917

Modified:
/trunk/src/Net/CURL.php5

=======================================
--- /trunk/src/Net/CURL.php5 Tue Nov 9 06:09:25 2010
+++ /trunk/src/Net/CURL.php5 Mon Jan 30 22:24:46 2012
@@ -124,7 +124,7 @@
$this->options = array();
if( !empty( $url ) )
$this->setOption( CURLOPT_URL, $url );
- $this->setOption( CURLOPT_FOLLOWLOCATION, TRUE );
+// $this->setOption( CURLOPT_FOLLOWLOCATION, TRUE );
$this->setOption( CURLOPT_HEADER, TRUE );
$this->setOption( CURLOPT_RETURNTRANSFER, TRUE );
if( self::$timeOut )

Reply all
Reply to author
Forward
0 new messages