Skip to content

Commit

Permalink
Removing TIME_START global, use $_SERVER['REQUEST_TIME'] instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 2, 2010
1 parent ffa8b95 commit d6b43c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/bootstrap.php
Expand Up @@ -25,7 +25,6 @@
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';
Expand Down

0 comments on commit d6b43c0

Please sign in to comment.