Changeset 138
- Timestamp:
- 08/18/10 12:07:33 (18 months ago)
- Files:
-
- 1 modified
-
trunk/api.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/api.php
r87 r138 215 215 $ch = curl_init($url); 216 216 curl_setopt($ch, CURLOPT_TIMEOUT, 5); 217 curl_setopt($ch, CURLOPT_CONNECT IONTIMEOUT, 5);217 curl_setopt($ch, CURLOPT_CONNECTTIMEOUT, 5); 218 218 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); 219 219 $data = curl_exec($ch);
