Changeset 219607
- Timestamp:
- 03/19/2010 03:32:47 PM (16 years ago)
- Location:
- wp2hibaidu
- Files:
-
- 3 edited
-
tags/1.0.0/wp2hibaidu.php (modified) (1 diff)
-
tags/1.0.1/wp2hibaidu.php (modified) (1 diff)
-
trunk/wp2hibaidu.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp2hibaidu/tags/1.0.0/wp2hibaidu.php
r218366 r219607 93 93 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie); 94 94 curl_setopt($ch, CURLOPT_HEADER, 1); 95 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);95 //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 96 96 curl_exec($ch); 97 97 curl_close($ch); -
wp2hibaidu/tags/1.0.1/wp2hibaidu.php
r218366 r219607 93 93 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie); 94 94 curl_setopt($ch, CURLOPT_HEADER, 1); 95 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);95 //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 96 96 curl_exec($ch); 97 97 curl_close($ch); -
wp2hibaidu/trunk/wp2hibaidu.php
r218366 r219607 93 93 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie); 94 94 curl_setopt($ch, CURLOPT_HEADER, 1); 95 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);95 //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 96 96 curl_exec($ch); 97 97 curl_close($ch);
Note: See TracChangeset
for help on using the changeset viewer.