Keep update check JSON on a single line
[gamestick-pjgsapi.git] / www / check.php
1 <?php
2 header('Content-type: application/json');
3 /*
4 {
5     'available': false,
6     'major': 0,
7     'minor': 9,
8     'revision': 2058,
9     'forced': false,
10     'name': 'v2058',
11     'description': 'bar',
12     'timestamp': 12345678,
13     'url': 'http://update.gamestickservices.net/firmware/v2058/GameStick-Software-v2058.img?'
14 }
15 */
16 ?>
17 {"available":false}