瀏覽代碼

Update exec.php

FusionPBX 6 年之前
父節點
當前提交
5422ceb551
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      exec.php

+ 1 - 1
exec.php

@@ -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':