Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-04-24 20:26:26 +09:00 committed by GitHub
parent ca116cb935
commit fd3c19cfda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;