|
@@ -23,8 +23,8 @@ |
|
|
block discarded – undo |
|
23
|
23
|
* |
|
24
|
24
|
* @param resource $handle cURL resource |
|
25
|
25
|
*/ |
|
26
|
|
- public function curl_before_send( &$handle ) { |
|
27
|
|
- curl_setopt( $handle, CURLOPT_USERPWD, $this->getAuthString() ); |
|
28
|
|
- curl_setopt( $handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY ); //CURLAUTH_ANY work with Wowza RESTful |
|
|
26
|
+ public function curl_before_send(&$handle) { |
|
|
27
|
+ curl_setopt($handle, CURLOPT_USERPWD, $this->getAuthString()); |
|
|
28
|
+ curl_setopt($handle, CURLOPT_HTTPAUTH, CURLAUTH_ANY); //CURLAUTH_ANY work with Wowza RESTful |
|
29
|
29
|
} |
|
30
|
30
|
} |
Please login to merge, or discard this patch.