SMF 2.0.4 - a Security update - has been released! Find out more!
A couple other questions, is it possible to disable ban of yourself and disable admin membergroup remove of yourself?
Dont' want to be a pain, but is there a way to keep users from deleting their own accounts? I hate when people do that.
function deleteMembers($users, $check_not_admin = false){ global $sourcedir, $modSettings, $user_info, $smcFunc;
function deleteMembers($users, $check_not_admin = false){ global $sourcedir, $modSettings, $user_info, $smcFunc; // Protect the person who started the forum if ($users == 1 or @in_array(1, $users)) fatal_error('You\'re not allowed to delete the administrator.');