View file cms/start.php
<?php function times() { list($msec, $sec) = explode(chr(32), microtime()); return ($sec + $msec); } define('TIMESTART', times()); ?>
<?php function times() { list($msec, $sec) = explode(chr(32), microtime()); return ($sec + $msec); } define('TIMESTART', times()); ?>