MyBB Community Forums

Full Version: Become super-administrator
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello everyone!

How can I become super-administrator?
if your user id is 1 then it is a super admin account. if it is different then add your id in config.php file
$config['super_admins'] = '1';

change to $config['super_admins'] = '1,x'; where x is your user id
Thanks ^^