assign('xorg_title','Polytechnique.org - Administration - Mailing lists'); require_once 'lists.inc.php'; $client =& lists_xmlrpc(S::v('uid'), S::v('password')); $listes = $client->get_all_lists(); $page->assign_by_ref('listes',$listes); $page->run(); ?>