Advertisement
Finessed

MyBB: Disable usergroups on page

Apr 28th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1.     // Disabled usergroups
  2. if($mybb->user['usergroup'] == 3 || $mybb->user['usergroup'] == 4 || $mybb->user['usergroup'] == 5 || $mybb->user['usergroup'] == 9 || $mybb->user['usergroup'] == 11)
  3. {
  4.  
  5. }
  6. else
  7. {
  8.      error_no_permission();
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement