diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-04 11:52:50 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-04-04 11:52:50 +0000 |
| commit | 212515e02ccdc8f53d655c6087327fb38ef11b35 (patch) | |
| tree | c86772b57743d6b3adbe9c686fba64eae01f6781 /phpBB | |
| parent | 53c2a1d92166c09b007f69455417a3512ec80a8d (diff) | |
| download | forums-212515e02ccdc8f53d655c6087327fb38ef11b35.tar forums-212515e02ccdc8f53d655c6087327fb38ef11b35.tar.gz forums-212515e02ccdc8f53d655c6087327fb38ef11b35.tar.bz2 forums-212515e02ccdc8f53d655c6087327fb38ef11b35.tar.xz forums-212515e02ccdc8f53d655c6087327fb38ef11b35.zip | |
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
Diffstat (limited to 'phpBB')
| -rw-r--r-- | phpBB/extension.inc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/phpBB/extension.inc b/phpBB/extension.inc index 1858c864d1..abc99efe9c 100644 --- a/phpBB/extension.inc +++ b/phpBB/extension.inc @@ -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; ?>
\ No newline at end of file |
