mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
hmm, still not giving the expected results
git-svn-id: file:///svn/phpbb/trunk@5980 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2f4c3ea0be
commit
b84ebb999d
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ if (!defined('IN_PHPBB'))
|
||||||
$starttime = explode(' ', microtime());
|
$starttime = explode(' ', microtime());
|
||||||
$starttime = $starttime[1] + $starttime[0];
|
$starttime = $starttime[1] + $starttime[0];
|
||||||
|
|
||||||
// Report all errors, except strict and notice
|
// Report all errors, except notices
|
||||||
error_reporting(E_ALL ^ (E_NOTICE & E_STRICT));
|
error_reporting(E_ALL ^ E_NOTICE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Remove variables created by register_globals from the global scope
|
* Remove variables created by register_globals from the global scope
|
||||||
|
|
Loading…
Add table
Reference in a new issue