Add a super admin.

Vincent

Well-known member
I suggest you let the users know how to add a second super administrator.

Right now, it looks like this
PHP:
$config['superAdmins'] = '1';

I suggest you add a '//' that says the following

PHP:
$config['superAdmins'] = '1'; // To add a second administrator, seperate the user id's with a comma and no spaces.
 
Upvote 4
Top Bottom