includes/constants.php
changeset 468 194a19711346
parent 411 d1a95497b68f
child 504 bc8e0e9ee01d
--- 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
 //