diff --git a/phpBB/config.php b/phpBB/config.php index ce0301a33c..e5f6eb26fb 100644 --- a/phpBB/config.php +++ b/phpBB/config.php @@ -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);