permission($radice, $_GET["codice"])) { $ted = new TedEsender($_GET["form"], $_GET["codice"], $settings, "{$_cdir}/config/xml"); if(! empty($ted->info["xml"])) { header("Content-type: text/xml"); die($ted->info["xml"]); } } if($error) { header('Location: /backend/guue'); die(); } ?>