$configPath = substr(__DIR__,0,strpos(__DIR__,"/public_html"))."/config.php";
include_once($configPath);
if (isset($_SESSION["success-create-oe"])) {
include_once($root."/layout/topLogin.php");
?>
= __("Conferma registrazione Operatore Economico") ?>
$path = $config["path_vocabolario"]."/{$_SESSION["language"]}/msg-conferma-pre.html";
if (file_exists($path)) { include($path); }
?>
include_once($root."/layout/bottomLogin.php");
die();
}
header('HTTP/1.0 403 Forbidden');
die();
?>