equal
deleted
inserted
replaced
101 // Protection levels |
101 // Protection levels |
102 // These are still hardcoded in some places, so don't change them |
102 // These are still hardcoded in some places, so don't change them |
103 define('PROTECT_NONE', 0); |
103 define('PROTECT_NONE', 0); |
104 define('PROTECT_FULL', 1); |
104 define('PROTECT_FULL', 1); |
105 define('PROTECT_SEMI', 2); |
105 define('PROTECT_SEMI', 2); |
|
106 |
|
107 // Special comments - plugin blocks |
|
108 define('PLUGIN_METABLOCK_LANGUAGE_START', '/**!language**'); |
|
109 define('PLUGIN_METABLOCK_LANGUAGE_END', '**!*/'); |
106 |
110 |
107 // |
111 // |
108 // Enano versions progress |
112 // Enano versions progress |
109 // |
113 // |
110 |
114 |