Plugin Directory

Changeset 219607


Ignore:
Timestamp:
03/19/2010 03:32:47 PM (16 years ago)
Author:
starhai
Message:
 
Location:
wp2hibaidu
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wp2hibaidu/tags/1.0.0/wp2hibaidu.php

    r218366 r219607  
    9393        curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie);
    9494        curl_setopt($ch, CURLOPT_HEADER, 1);
    95         curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
     95        //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    9696        curl_exec($ch);
    9797        curl_close($ch);
  • wp2hibaidu/tags/1.0.1/wp2hibaidu.php

    r218366 r219607  
    9393        curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie);
    9494        curl_setopt($ch, CURLOPT_HEADER, 1);
    95         curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
     95        //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    9696        curl_exec($ch);
    9797        curl_close($ch);
  • wp2hibaidu/trunk/wp2hibaidu.php

    r218366 r219607  
    9393        curl_setopt($ch, CURLOPT_COOKIEFILE, $this->cookie);
    9494        curl_setopt($ch, CURLOPT_HEADER, 1);
    95         curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
     95        //curl_setopt($ch, CURLOPT_FOLLOWLOCATION, TRUE);
    9696        curl_exec($ch);
    9797        curl_close($ch);
Note: See TracChangeset for help on using the changeset viewer.