Update webpagetool.php
This commit is contained in:
parent
f1c7f834f1
commit
1a9a5042ca
|
@ -47,7 +47,10 @@ if(!function_exists("get_web_cmd")) {
|
|||
$cmd_fin = "";
|
||||
$cmd = "";
|
||||
|
||||
loadHelper("exectool");
|
||||
if(!loadHelper("exectool")) {
|
||||
set_error("Helper exectool is required");
|
||||
show_errors();
|
||||
}
|
||||
|
||||
if($method == "get") {
|
||||
$cmd = "curl -A '%s' -k '%s'";
|
||||
|
|
Loading…
Reference in New Issue
Block a user