includes/constants.php
changeset 468 194a19711346
parent 411 d1a95497b68f
child 504 bc8e0e9ee01d
equal deleted inserted replaced
467:e4bbd6fb8df3 468:194a19711346
    95 define('SIDEBAR_RIGHT', 2);
    95 define('SIDEBAR_RIGHT', 2);
    96 
    96 
    97 define('GENERAL_ERROR', 'General error');
    97 define('GENERAL_ERROR', 'General error');
    98 define('GENERAL_NOTICE', 'Information');
    98 define('GENERAL_NOTICE', 'Information');
    99 define('CRITICAL_ERROR', 'Critical error');
    99 define('CRITICAL_ERROR', 'Critical error');
       
   100 
       
   101 // Protection levels
       
   102 // These are still hardcoded in some places, so don't change them
       
   103 define('PROTECT_NONE', 0);
       
   104 define('PROTECT_FULL', 1);
       
   105 define('PROTECT_SEMI', 2);
   100 
   106 
   101 //
   107 //
   102 // Enano versions progress
   108 // Enano versions progress
   103 //
   109 //
   104 
   110