Security request, config.php defines admins.
In config.php just like it has for example
$canviewadminlog = '1';
is it possible to make a hack where members can only be an admin if there listed there? Like
$canbeadmin = '1,2,3';
for example? Then if some one get's in to the admin, they can not create other admin accounts.
I don't know how yet, but yesterday, twice some one got in my admincp and created a new administrator.
|