mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update exec.php
This commit is contained in:
@@ -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':
|
||||
|
||||
Reference in New Issue
Block a user