Removing TIME_START global, use $_SERVER['REQUEST_TIME'] instead.

This commit is contained in:
Mark Story 2010-09-02 16:55:42 -04:00
parent ffa8b959e4
commit d6b43c0e29

View file

@ -25,7 +25,6 @@ if (!defined('E_DEPRECATED')) {
error_reporting(E_ALL & ~E_DEPRECATED);
require CORE_PATH . 'cake' . DS . 'basics.php';
$TIME_START = microtime(true);
require CORE_PATH . 'cake' . DS . 'config' . DS . 'paths.php';
require LIBS . 'exceptions.php';
require LIBS . 'object.php';