Update webpagetool.php

This commit is contained in:
Namhyeon Go 2019-05-25 23:27:39 +09:00 committed by GitHub
parent 7cddb46720
commit 10f5136871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,8 +136,6 @@ if(!check_function_exists("get_web_cmd")) {
// complete and run command
$cmd = trim(implode(" ", $args));
var_dump($cmd);
// run command
if(!empty($cmd)) {