Changeset 218366
- Timestamp:
- 03/16/2010 03:11:45 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
r214930 r218366 50 50 curl_setopt($ch, CURLOPT_TIMEOUT, 10); 51 51 curl_setopt($ch, CURLOPT_HEADER, 1); 52 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);52 // curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 53 53 curl_setopt($ch, CURLOPT_COOKIEJAR, $this->cookie); 54 54 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie); -
wp2hibaidu/tags/1.0.1/wp2hibaidu.php
r214942 r218366 50 50 curl_setopt($ch, CURLOPT_TIMEOUT, 10); 51 51 curl_setopt($ch, CURLOPT_HEADER, 1); 52 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);52 // curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 53 53 curl_setopt($ch, CURLOPT_COOKIEJAR, $this->cookie); 54 54 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie); -
wp2hibaidu/trunk/wp2hibaidu.php
r214942 r218366 50 50 curl_setopt($ch, CURLOPT_TIMEOUT, 10); 51 51 curl_setopt($ch, CURLOPT_HEADER, 1); 52 curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);52 //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE); 53 53 curl_setopt($ch, CURLOPT_COOKIEJAR, $this->cookie); 54 54 curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie);
Note: See TracChangeset
for help on using the changeset viewer.