git-deploy icon indicating copy to clipboard operation
git-deploy copied to clipboard

had problem "Warning: shell_exec() has been disabled for security reasons"

Open tranchausky opened this issue 6 years ago • 1 comments

scrip need enable sheel_exec?

tranchausky avatar Feb 25 '20 21:02 tranchausky

Hi, this script run shell commands, like git, you can see that on https://github.com/vicenteguerra/git-deploy/blob/master/deployer.php, line 91, to enable shell_exec, just remove this from disabled_functions on your php.ini

bit-willi avatar Oct 18 '20 19:10 bit-willi