Commit 6c4b2caa authored by Nguyen Van Anh's avatar Nguyen Van Anh

Clean code

parent d60933e1
...@@ -112,11 +112,11 @@ class NoCaptcha ...@@ -112,11 +112,11 @@ class NoCaptcha
$context = stream_context_create(array( $context = stream_context_create(array(
'http' => array( 'http' => array(
'header' => "Content-type: application/x-www-form-urlencoded\r\n", 'header' => "Content-type: application/x-www-form-urlencoded\r\n",
'method' => 'POST', 'method' => 'POST',
'content' => http_build_query($query, '', '&'), 'content' => http_build_query($query, '', '&'),
'verify_peer' => true, 'verify_peer' => true,
$peer_key => 'www.google.com', $peer_key => 'www.google.com',
), ),
)); ));
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment