1
0
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:
Graham Eames
2006-04-22 11:59:37 +00:00
parent 0bad52c9a5
commit e6a85132f6
2 changed files with 2 additions and 1 deletions

View File

@@ -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);