Update exec.php
This commit is contained in:
parent
20dbc70993
commit
0cd7f5a461
|
|
@ -469,7 +469,7 @@
|
|||
switch ($handler) {
|
||||
case 'shell':
|
||||
if (permission_exists('exec_command') && $command_authorized) {
|
||||
$result = escape(shell_exec($command . " 2>&1"));
|
||||
$result = shell_exec($command . " 2>&1");
|
||||
}
|
||||
break;
|
||||
case 'php':
|
||||
|
|
|
|||
Loading…
Reference in New Issue