MyBB Community Forums

Full Version: superadmin error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
$config['super_admins'] = '1';


Then i edit it into and add more users:

$config['super_admins'] = '1' '2' '3';


Then , it's giving the site a error, any ideas why? And can anyone write how its writed, with user id, 1,2,3 ? thanks Smile
^ yes, it should be like this : $config['super_admins'] = '1,2,3';
oh lol, thanks