Changeset 38 for trunk/submit_audio.php
- Timestamp:
- 04/26/07 13:23:19 (2 years ago)
- Files:
-
- trunk/submit_audio.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/submit_audio.php
r37 r38 116 116 curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt"); 117 117 curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt"); 118 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 7);118 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120); 119 119 curl_setopt($ch, CURLOPT_TIMEOUT, 10); 120 120 curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1); … … 160 160 curl_setopt($ch, CURLOPT_COOKIEJAR, "my_cookies.txt"); 161 161 curl_setopt($ch, CURLOPT_COOKIEFILE, "my_cookies.txt"); 162 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 7);162 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 120); 163 163 curl_setopt($ch, CURLOPT_TIMEOUT, 28800); 164 164 curl_setopt($ch, CURLOPT_FOLLOWLOCATION,1);