Plugin Directory

Changeset 216575


Ignore:
Timestamp:
03/12/2010 08:49:27 AM (16 years ago)
Author:
hcusto
Message:

If safe mode is on, now it suppress error: CURLOPT_FOLLOWLOCATION, and display results as it should.

Location:
google-buzz-feed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-buzz-feed/trunk

    • Property svn:ignore set to
      *.db
  • google-buzz-feed/trunk/buzz.php

    r206007 r216575  
    194194                    curl_setopt ( $ch, CURLOPT_FILE, $fp );
    195195                    curl_setopt ( $ch, CURLOPT_HEADER, 0 );
    196                     curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 );
     196                    @curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 );
    197197                    curl_exec ( $ch );
    198198                    curl_close ( $ch );
Note: See TracChangeset for help on using the changeset viewer.