Update exectool.php

This commit is contained in:
Namhyeon Go 2018-07-22 23:49:49 +09:00 committed by GitHub
parent b1996a203f
commit e11c6ef898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,7 +116,7 @@ if(!function_exists("exec_command")) {
$method = $methodArray[0];
}
else {
echo "[!] No method availabe";
echo "[!] No method available";
exit;
}
}