[ADDED] Comment for DEBUG levels

This commit is contained in:
Sebastian Grewe 2014-01-20 09:58:06 +01:00
parent 81bf2f784a
commit 56fbf205b7

View File

@ -22,6 +22,7 @@ define('PAGES_DIR', INCLUDE_DIR . '/pages');
define('THEME_DIR', BASEPATH . 'templates');
// Set debugging level for our debug class
// Values valid from 0 (disabled) to 5 (most verbose)
define('DEBUG', 0);
// SALT used to hash passwords