Files
moi/hooks/update.php

3 lines
32 B
PHP
Raw Permalink Normal View History

2025-09-10 16:07:47 +02:00
<?php
shell_exec("git pull");
?>