icecoder/ICEcoder

shell_exec fallback if not available

Closed this issue · 1 comments

It's possible shell_exec is disabled and it produces this PHP warning:
shell_exec() has been disabled for security reasons
...in terminal.php on line 105 & 106

Wrapped if conditions around all shell_exec usage in: 518dbd5