KStats/Public/git_update.php

5 lines
89 B
PHP
Executable File

<?php
header("content-type: text/plain");
echo shell_exec("git pull 2>&1");