astrXbian/www/jukebox/utils/checkServerTime.php

8 lines
87 B
PHP
Raw Normal View History

2020-12-12 03:06:33 +01:00
<?php
$results = array();
$results['time'] = time();
print json_encode($results);
?>