Browse Source

Update exec.php

FusionPBX 6 năm trước cách đây
mục cha
commit
5422ceb551
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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':