Added update hook

This commit is contained in:
2025-09-10 16:07:47 +02:00
parent a5bd328a60
commit 2fd74964d4

3
hooks/update.php Normal file
View File

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