diff options
Diffstat (limited to 'phpBB/includes/constants.php')
-rw-r--r-- | phpBB/includes/constants.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/constants.php b/phpBB/includes/constants.php index 2034edc91e..38dfae8654 100644 --- a/phpBB/includes/constants.php +++ b/phpBB/includes/constants.php @@ -26,8 +26,8 @@ if ( !defined('IN_PHPBB') ) } // Debug Level -define('DEBUG', 1); // Debugging on -//define('DEBUG', 0); // Debugging off +//define('DEBUG', 1); // Debugging on +define('DEBUG', 0); // Debugging off // User Levels <- Do not change the values of USER or ADMIN @@ -178,4 +178,4 @@ define('VOTE_DESC_TABLE', $table_prefix.'vote_desc'); define('VOTE_RESULTS_TABLE', $table_prefix.'vote_results'); define('VOTE_USERS_TABLE', $table_prefix.'vote_voters'); -?> +?>
\ No newline at end of file |