Changeset 1919980
- Timestamp:
- 08/05/2018 11:15:23 AM (8 years ago)
- File:
-
- 1 edited
-
voting-platform-feelbacks/trunk/lib/url.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
voting-platform-feelbacks/trunk/lib/url.php
r1824383 r1919980 62 62 CURLOPT_HEADER => true, 63 63 CURLOPT_HTTPHEADER => array('Expect:'), 64 CURLOPT_TIMEOUT => TIMEOUT 64 CURLOPT_TIMEOUT => TIMEOUT, 65 CURLOPT_SSL_VERIFYPEER => false 65 66 ); 66 67 if($postdata) {
Note: See TracChangeset
for help on using the changeset viewer.