mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Removing TIME_START global, use $_SERVER['REQUEST_TIME'] instead.
This commit is contained in:
parent
ffa8b959e4
commit
d6b43c0e29
1 changed files with 0 additions and 1 deletions
|
@ -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';
|
||||
|
|
Loading…
Reference in a new issue