XF 1.3 Admin

Open your /library/config.php file and edit this line:
PHP:
PHP:
$config['superAdmins'] = '1';
List the user IDs separated by comma. Like this:
Code:
Code:
$config['superAdmins'] = '1, 5, 9';

They'll also need to be put into the Administrators group in the AdminCP.
 
Top Bottom