1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2025-02-26 06:58:26 +01:00

Remove unnecessary groups

This commit is contained in:
Ron 2017-04-08 01:00:38 +09:00 committed by GitHub
parent f89ac3f309
commit f801b85094

View File

@ -1410,9 +1410,7 @@
$config['mod']['groups'] = array(
10 => 'Janitor',
20 => 'Mod',
30 => 'Admin',
// 98 => 'God',
99 => 'Disabled'
30 => 'Admin'
);
// If you add stuff to the above, you'll need to call this function immediately after.