Files
anime/hooks/update.php

4 lines
33 B
PHP
Raw Normal View History

2025-10-02 13:21:01 +02:00
<?php
shell_exec("git pull");
?>