4
1
Fork 0
This repository has been archived on 2019-02-05. You can view files and clone it, but cannot push or open issues or pull requests.
Cheaterliste/webhook.php
MaKe_Univ3rs ec67ffa978 Beta
2017-04-28 23:36:09 +02:00

4 lines
81 B
PHP

<?php
echo shell_exec('cd /home/vac');
echo shell_exec('sudo git pull 2>&1');
?>