diff --git a/admin/pages/accounts.php b/admin/pages/accounts.php index 8ef7de58..7c126dc1 100644 --- a/admin/pages/accounts.php +++ b/admin/pages/accounts.php @@ -33,6 +33,11 @@ if ($config['account_country']) { } $web_acc = array("None", "Admin", "Super Admin", "(Admin + Super Admin)"); $acc_type = array("None", "Normal", "Tutor", "Senior Tutor", "Gamemaster", "God"); + +$groups = new OTS_Groups_List(); +if ($groups->getHighestId() == 6) { + $acc_type = array("None", "Normal", "Tutor", "Senior Tutor", "Gamemaster", "Community Manager", "God"); +} ?> @@ -70,7 +75,6 @@ else if (isset($_REQUEST['search'])) { ?>