Update webpagetool.php
This commit is contained in:
parent
ca116cb935
commit
fd3c19cfda
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user