tvheadend/vendor/ext-3.4.1/examples/direct/php/poll.php
Adam Sutton bafcfff42d webui: restructure webui/extjs source files
I want to keep the 3rd-party packages away from the main source
where possible.
2013-06-03 17:11:01 +01:00

6 lines
134 B
PHP

<?php
echo json_encode(array(
'type'=>'event',
'name'=>'message',
'data'=>'Successfully polled at: '. date('g:i:s a')
));