Update webpagetool.php
This commit is contained in:
parent
5b596ef21a
commit
cd47174b30
|
@ -99,7 +99,7 @@ if(!check_function_exists("get_web_cmd")) {
|
|||
} else {
|
||||
if(array_key_equals("Content-Type", $headers, "multipart/form-data")) {
|
||||
$args[] = sprintf("-F %s='%s'", make_safe_argument($k), make_safe_argument($v));
|
||||
} elseif(array_key_equals("Content-Type", $headers, "application/x-www-form-urlencoded")) (
|
||||
} elseif(array_key_equals("Content-Type", $headers, "application/x-www-form-urlencoded")) {
|
||||
$args[] = sprintf("--data-urlencode %s='%s'", make_safe_argument($k), make_safe_argument($v));
|
||||
} else { // the same as --data
|
||||
$args[] = sprintf("-d %s='%s'", make_safe_argument($k), make_safe_argument($v));
|
||||
|
|
Loading…
Reference in New Issue
Block a user