[ADDED] Comment for DEBUG levels
This commit is contained in:
parent
81bf2f784a
commit
56fbf205b7
@ -22,6 +22,7 @@ define('PAGES_DIR', INCLUDE_DIR . '/pages');
|
|||||||
define('THEME_DIR', BASEPATH . 'templates');
|
define('THEME_DIR', BASEPATH . 'templates');
|
||||||
|
|
||||||
// Set debugging level for our debug class
|
// Set debugging level for our debug class
|
||||||
|
// Values valid from 0 (disabled) to 5 (most verbose)
|
||||||
define('DEBUG', 0);
|
define('DEBUG', 0);
|
||||||
|
|
||||||
// SALT used to hash passwords
|
// SALT used to hash passwords
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user