Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-04-15 14:14:19 +09:00 committed by GitHub
parent 03c1200941
commit 5abc5b2a4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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, "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));
@ -227,7 +227,7 @@ if(!check_function_exists("get_web_wget")) {
$filename = make_random_id(32);
$filepath = write_storage_file("", array(
"filename" => $filename,
"mode" => "fake"
"mode" => "fake"ata. Otherwise, use applicati
));
$cmd = sprintf("wget '%s' -O %s", $url, $filepath);