Просмотр файла cms/start.php

Размер файла: 139B
<?php
function times() {
list($msec, $sec) = explode(chr(32), microtime());
return ($sec + $msec);
}
define('TIMESTART', times());
?>