Building the new Codeberg Pages - with custom domain support, per-repo pages using the "pages" branch, caching and much more!
Go to file
Marcos de Oliveira 523b5f052c Use proc_open() instead of exec() for runing git commands
shell_exec() could be used instead, but proc_open() has the added
benefit
of runing commands directly (if passed as array), without forking a
shell.
Also, shell_exec returns only the command output, and there is no way to
capture return codes.
2021-05-28 11:56:23 +02:00
var/www/pages Use proc_open() instead of exec() for runing git commands 2021-05-28 11:56:23 +02:00