forcehref = $url; $info->listdir = '/home/vpopmail/domains/'.$domaine.'/'.$liste ; $info->listname = $liste; $info->listdomain = $domaine ; $info->tempdir = '/home/vpopmail/www/tmp' ; ob_start() ; if (!$info->load($actionargs[0])) { if (!$info) return 'Les fichiers de la liste ne sont pas visible sur le serveur' ; } $html = ob_get_contents() ; ob_end_clean() ; include_once 'XML/Util.php' ; $xml = XML_Util::getXMLDeclaration('1.0', 'ISO-8859-15', 'no') ; $xml .= XML_Util::createStartElement ('ezmlm_messages_thread', array('domaine' => $domaine, 'liste' => $liste, 'langue' => $langue)) ; $xml .= ''; $xml .= XML_Util::createEndElement('ezmlm_messages_thread') ; header ('Content-type: text/xml'); echo $xml ; ?>