astrXbian/www/jukebox/utils/checkServerTime.php

8 lines
87 B
PHP

<?php
$results = array();
$results['time'] = time();
print json_encode($results);
?>