Index: trunk/core/kernel/constants.php =================================================================== diff -u -N -r7855 -r8078 --- trunk/core/kernel/constants.php (.../constants.php) (revision 7855) +++ trunk/core/kernel/constants.php (.../constants.php) (revision 8078) @@ -47,6 +47,9 @@ safeDefine('DBG_TOOLBAR_BUTTONS', 0); } + define('smDEBUG', 2); // show section in debug mode only + define('smSUPER_ADMIN', 4); // show section in super admin & debug mode + // common usage regular expressions define('REGEX_EMAIL_USER', '[-a-zA-Z0-9!\#$%&*+\/=?^_`{|}~.]+'); define('REGEX_EMAIL_DOMAIN', '[a-zA-Z0-9]{1}[-.a-zA-Z0-9_]*\.[a-zA-Z]{2,6}');