Added update hook

This commit is contained in:
2025-10-02 13:21:01 +02:00
parent d77ddb8e77
commit bc27c9e426

3
hooks/update.php Normal file
View File

@ -0,0 +1,3 @@
<?php
shell_exec("git pull");
?>