logout($user['login']); $GLOBALS['fc_config']['bot']->disconnectUser2Bot($userId); } $bots = $GLOBALS['fc_config']['bot']->getBots(); while (list($key, $val) = each($bots)) { $botnames[$val['login']]['id'] = $key; $botnames[$val['login']]['login'] = $val['login']; } } if ($_REQUEST['sort'] != 'none') { ksort( $botnames ); } //Assign Smarty variables and load the botlist template $smarty->assign('enableBots', $GLOBALS['fc_config']['enableBots']); $smarty->assign('botnames', $botnames); $smarty->display('botlist.tpl'); ?>