mirror of
https://github.com/phpbb/phpbb.git
synced 2025-05-05 07:07:51 +02:00
Remove timing for final release ...can always be put back for those that want it
git-svn-id: file:///svn/phpbb/trunk@2480 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
53c2a1d921
commit
212515e02c
@ -21,12 +21,6 @@ if ( !defined('IN_PHPBB') )
|
||||
//
|
||||
$phpEx = "php";
|
||||
|
||||
//
|
||||
// For debug timing
|
||||
//
|
||||
$mtime = microtime();
|
||||
$mtime = explode(" ",$mtime);
|
||||
$mtime = $mtime[1] + $mtime[0];
|
||||
$starttime = $mtime;
|
||||
$starttime = 0;
|
||||
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user