Revert mwexec back to exec. They are very different functions.mwexec() has a mute flag which can be true or false, exec, returns aarray in the 2nd argument and the return code in the 3rd.We require the output from the command.
Revert mwexec back to exec. They are very different functions.
mwexec() has a mute flag which can be true or false, exec, returns a
array in the 2nd argument and the return code in the 3rd.
We require the output from the command.