diff -r e4bbd6fb8df3 -r 194a19711346 includes/constants.php --- a/includes/constants.php Sat Mar 01 18:56:37 2008 -0500 +++ b/includes/constants.php Sat Mar 01 18:57:07 2008 -0500 @@ -98,6 +98,12 @@ define('GENERAL_NOTICE', 'Information'); define('CRITICAL_ERROR', 'Critical error'); +// Protection levels +// These are still hardcoded in some places, so don't change them +define('PROTECT_NONE', 0); +define('PROTECT_FULL', 1); +define('PROTECT_SEMI', 2); + // // Enano versions progress //