Skip to content

Commit

Permalink
Update get-remote-url-content-data.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ttodua authored Apr 1, 2020
1 parent c6f6aa9 commit 01b2279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get-remote-url-content-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
###################################################################################################
*/

function get_remote_data($url, $post_paramtrs=false, $curl_opts=>[])
function get_remote_data($url, $post_paramtrs=false, $curl_opts=[])
{
$c = curl_init();
curl_setopt($c, CURLOPT_URL, $url);
Expand Down

0 comments on commit 01b2279

Please sign in to comment.