equal
deleted
inserted
replaced
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 |