PDA

View Full Version : Creating admins that can't be ultered


Neosoul
11-24-2006, 07:23 PM
how do you create admins you cant alter?

soulfly
11-24-2006, 07:40 PM
Search for this on ./includes/config.php

$config['SpecialUsers']['undeletableusers'] = '';

And insert any userid you don't want be altered/deleted. Seperate by commas just like this '1,2,3'
$config['SpecialUsers']['undeletableusers'] = '1,2,3';

Neosoul
11-25-2006, 05:21 PM
Thanks a lot