summaryrefslogblamecommitdiffstats
path: root/www/stanje.php
blob: da429e119a9aab2ec087b025bd2e9782da55e38d (plain) (tree)
1
2
3
4
5
6





                                                                                    
<pre>
<?php
	shell_exec("echo > ../tmp/stanje.txt && sleep 1 && pkill -sigusr1 travnik");
	sleep(1);
	echo file_get_contents("../tmp/stanje.txt");
?>