astroport/www/LOVELand/jukebox/utils/checkServerTime.php

8 lines
87 B
PHP
Raw Normal View History

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