Update webpagetool.php
This commit is contained in:
parent
88aa378c7c
commit
4a6fdd01d1
|
@ -28,6 +28,7 @@ if(!function_exists("get_web_cmd")) {
|
|||
$cmd = "curl -X POST -A '%s' -k %s %s";
|
||||
$params_cmd = "";
|
||||
foreach($data as $k=>$v) {
|
||||
$k = addslashes($v);
|
||||
$v = addslashes($v);
|
||||
$params_cmd .= "-d '{$k}={$v}' ";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user