Skip to content

Commit 8d6b3a6

Browse files
authored
Update NetPHP.php
1 parent 37ab547 commit 8d6b3a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NetPHP.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function get_headers_from_curl_response($headerContent) {
3232
}
3333
return $headers;
3434
}
35-
function post($url,$values,$headers=[],$reffer="",$auto_redirect=true) {
35+
function post($url,$values=[],$headers=[],$reffer="",$auto_redirect=true) {
3636
global $debug,$debug_details;
3737
if($debug) {
3838
print "@Request[POST]----------------------------------------------\n";

0 commit comments

Comments
 (0)