mirror of
https://github.com/phpbb/phpbb.git
synced 2025-04-15 13:24:10 +02:00
Added DEBUG constant for debuggin level
git-svn-id: file:///svn/phpbb/trunk@54 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
2e5030b7f6
commit
5d9b97857c
@ -23,6 +23,10 @@
|
||||
***************************************************************************/
|
||||
|
||||
// Constants
|
||||
// Debug Level
|
||||
define(DEBUG, 1); // Debugging on
|
||||
//define(DEBUG, 0); // Debugging off
|
||||
|
||||
// User Levels
|
||||
define(ADMIN, 4);
|
||||
define(SUPERMOD, 3);
|
||||
|
Loading…
x
Reference in New Issue
Block a user