- Timestamp:
- Mar 16, 2015 5:23:29 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/application/libraries/vservices.php
r780 r782 33 33 $this->_curlObj->option(CURLOPT_BUFFERSIZE, 10); 34 34 $this->_curlObj->options(array(CURLOPT_BUFFERSIZE => 10)); 35 35 $post = $this->_userId ? array('userid' => $this->_userId) : array(); 36 36 $this->_curlObj->post($post); 37 37 return $this->_curlObj->execute();
Note: See TracChangeset
for help on using the changeset viewer.