Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/lists/admin/actions/
Upload File :
Current File : /var/www/clients/client3/web2/web/lists/admin/actions/getservertime.php

<?php

$currentTime = Sql_Fetch_Row_Query('select now()');

//# let's not show seconds
$status = substr($currentTime[0], 0, -3);