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