Update webpagetool.php

This commit is contained in:
Namhyeon Go 2020-02-18 14:01:23 +09:00 committed by GitHub
parent ce9197822e
commit 6b3d3ba169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -93,7 +93,7 @@ if(!is_fn("get_web_cmd")) {
}
}
$args[] = get_web_build_qs($url, $data);
$args[] = sprintf("'%s'", make_safe_argument(get_web_build_qs($url, $data)));
}
if($method == "post") {