joshonabike
New member
Hi all,
I'm trying to add a superadmin to our site as there isn't any user that actually has superadmin privelleges. I'm wondering if any of you could help me work out what's wrong with the config.php file.
<?php
$config['db']['host'] = '----';
$config['db']['port'] = '----';
$config['db']['username'] = '---------------';
$config['db']['password'] = '----------------';
$config['db']['dbname'] = '----------------';
$config['superAdmins'] = 'pb_admin.2';
I'm trying to add a superadmin to our site as there isn't any user that actually has superadmin privelleges. I'm wondering if any of you could help me work out what's wrong with the config.php file.
<?php
$config['db']['host'] = '----';
$config['db']['port'] = '----';
$config['db']['username'] = '---------------';
$config['db']['password'] = '----------------';
$config['db']['dbname'] = '----------------';
$config['superAdmins'] = 'pb_admin.2';