From 7d7a08eee624ebd75b73028624c74e0793b1425f Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Wed, 27 Aug 2003 16:32:44 +0000 Subject: Various bits and pieces ... this isn't really what I wanted M-2 to look like but hum ho git-svn-id: file:///svn/phpbb/trunk@4441 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/common.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'phpBB/common.php') diff --git a/phpBB/common.php b/phpBB/common.php index c730862e07..0e65c330ce 100644 --- a/phpBB/common.php +++ b/phpBB/common.php @@ -24,6 +24,9 @@ if (!defined('IN_PHPBB')) die('Hacking attempt'); } +$starttime = explode(' ', microtime()); +$starttime = $starttime[1] + $starttime[0]; + error_reporting(E_ERROR | E_WARNING | E_PARSE); // This will NOT report uninitialized variables //error_reporting(E_ALL); set_magic_quotes_runtime(0); -- cgit v1.2.1