Gitify
Gitify copied to clipboard
Try using proc_open instead of exec to get around disabled functions
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Rough start is in the issue-81
branch but modx:install doesn't quite seem to work now
Providers disabling exec will typically block the following functions as they pose potential security risks:
show_source, system, shell_exec, passthru, exec, popen, proc_open
Just as a heads up.
Thanks @amdbuilder, good to know.