mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-27 04:18:55 +00: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
1 changed files with 1 additions and 7 deletions
|
@ -21,12 +21,6 @@ if ( !defined('IN_PHPBB') )
|
||||||
//
|
//
|
||||||
$phpEx = "php";
|
$phpEx = "php";
|
||||||
|
|
||||||
//
|
$starttime = 0;
|
||||||
// For debug timing
|
|
||||||
//
|
|
||||||
$mtime = microtime();
|
|
||||||
$mtime = explode(" ",$mtime);
|
|
||||||
$mtime = $mtime[1] + $mtime[0];
|
|
||||||
$starttime = $mtime;
|
|
||||||
|
|
||||||
?>
|
?>
|
Loading…
Add table
Reference in a new issue