Changeset 216575
- Timestamp:
- 03/12/2010 08:49:27 AM (16 years ago)
- Location:
- google-buzz-feed/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
google-buzz-feed/trunk
-
Property
svn:ignore
set to
*.db
-
Property
svn:ignore
set to
-
google-buzz-feed/trunk/buzz.php
r206007 r216575 194 194 curl_setopt ( $ch, CURLOPT_FILE, $fp ); 195 195 curl_setopt ( $ch, CURLOPT_HEADER, 0 ); 196 curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 );196 @curl_setopt ( $ch, CURLOPT_FOLLOWLOCATION, 1 ); 197 197 curl_exec ( $ch ); 198 198 curl_close ( $ch );
Note: See TracChangeset
for help on using the changeset viewer.