2edfc7c6 by Jeff Balicki

e

1 parent 406590b8
1 <?php 1 <?php
2 2
3 echo 'working <br/>'; 3 echo 'working';
4 4
5 $output = shell_exec("sudo git pull"); 5 $output = shell_exec("sudo git pull");
6 6
7 echo $output; 7 echo "<pre>$output</pre>";
8 8
9 9
10 die("done " . mktime()); 10 die("done " . mktime());
......