| Current Path : /var/www/clients/client3/web2/web/lists/admin/actions/ |
| 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);