Hey Drpepper,
looks like your thread got pushed down the queue a little there.
To answer your question; any text editing program will suffice. Open it, scroll down to:
Code:
// ****** SUPER ADMINISTRATORS ******
// The users specified below will have permission to access the administrator permissions
// page, which controls the permissions of other administrators
$config['SpecialUsers']['superadministrators'] = '1';
Note the
Code:
$config['SpecialUsers']['superadministrators'] = '1';
If you change that to "1,6" it will include both of your ID's as super administrators.
Hope this helps you - make sure you separate them with commas.