G1sms/www/rompr/utils/checkServerTime.php

8 lines
87 B
PHP

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