diff --git a/helper/webpagetool.php b/helper/webpagetool.php index 9a5c377..68377d9 100644 --- a/helper/webpagetool.php +++ b/helper/webpagetool.php @@ -126,10 +126,8 @@ if(!check_function_exists("get_web_cmd")) { // complete and run command $cmd = trim(implode(" ", $args)); - var_dump($cmd); - if(!empty($cmd)) { - $output = exec_command($cmd, "shell_exec"); + $output = exec_command($cmd); } return $output;