mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
- Added a constant to indicate where we are for use in other functions
- Slight changes to writing of the config file, more to come git-svn-id: file:///svn/phpbb/trunk@5818 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
/**
|
||||
*/
|
||||
define('IN_PHPBB', true);
|
||||
define('IN_INSTALL', true);
|
||||
|
||||
// Error reporting level and runtime escaping
|
||||
//error_reporting(E_ERROR | E_WARNING | E_PARSE);
|
||||
|
Reference in New Issue
Block a user