forked from GithubBackups/vichan
Remove unnecessary groups
This commit is contained in:
parent
f89ac3f309
commit
f801b85094
@ -1410,9 +1410,7 @@
|
|||||||
$config['mod']['groups'] = array(
|
$config['mod']['groups'] = array(
|
||||||
10 => 'Janitor',
|
10 => 'Janitor',
|
||||||
20 => 'Mod',
|
20 => 'Mod',
|
||||||
30 => 'Admin',
|
30 => 'Admin'
|
||||||
// 98 => 'God',
|
|
||||||
99 => 'Disabled'
|
|
||||||
);
|
);
|
||||||
|
|
||||||
// If you add stuff to the above, you'll need to call this function immediately after.
|
// If you add stuff to the above, you'll need to call this function immediately after.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user