Changeset 2400163
- Timestamp:
- 10/15/2020 01:30:26 PM (5 years ago)
- File:
-
- 1 edited
-
dial-voyants/trunk/core/DialApi.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dial-voyants/trunk/core/DialApi.php
r2387052 r2400163 32 32 $args = array( 33 33 'method' => 'POST', 34 'headers' =>array('Cache-Control' => 'no-cache'), 34 35 'timeout' => 20, 35 36 'body'=> $opts … … 65 66 $args = array( 66 67 'method' => 'POST', 68 'headers' =>array('Cache-Control' => 'no-cache'), 67 69 'timeout' => 20, 68 70 'body'=> $opts
Note: See TracChangeset
for help on using the changeset viewer.