Files
moi/hooks/update.php
2025-09-10 16:07:47 +02:00

3 lines
32 B
PHP

<?php
shell_exec("git pull");
?>