read_repository(); $current_config = $c->config_data; $_SESSION['phpgw_info']['expresso']['user'] = $GLOBALS['phpgw_info']['user']; $_SESSION['phpgw_info']['expresso']['server'] = $GLOBALS['phpgw_info']['server']; $_SESSION['phpgw_info']['expresso']['listAdmin'] = $current_config; $_SESSION['phpgw_info']['expresso']['global_denied_users'] = $GLOBALS['phpgw_info']['server']['global_denied_users']; $_SESSION['phpgw_info']['expresso']['global_denied_groups'] = $GLOBALS['phpgw_info']['server']['global_denied_groups']; $template = CreateObject('phpgwapi.Template',PHPGW_APP_TPL); $template->set_file(Array('listAdmin' => 'index.tpl')); $template->set_block('listAdmin','body'); $exibir = 'inline'; $ocultar = 'none'; $var = Array( 'lang_email_lists' => lang('Email Lists'), 'msg' => $msg, 'exibir' => $exibir, 'ocultar' => $ocultar ); $template->set_var($var); $template->pfp('out','body'); // $obj = CreateObject('listAdmin.uimaillists'); // $obj->list_maillists(); $GLOBALS['phpgw']->common->phpgw_footer(); ?>