diff --git a/elabora.php b/elabora.php
index 7223216..1a69958 100644
--- a/elabora.php
+++ b/elabora.php
@@ -449,6 +449,8 @@ switch($modControllo){
$codControllo = 'Z';
break;
}
+
+$codCalcolato = $codRaw . $codControllo;
?>
@@ -461,6 +463,7 @@ switch($modControllo){
Benvenuto, " . $nome . " "; echo $cognome . "";
echo "Il tuo codice fiscale è: " . $codFiscale . "
" . "Sei nato il " . $dataNascita . " a " . $luogoNascita . " (" . $provincia . ")
";
+ echo "Il codice calcolato dai tuoi dati è: " . $codCalcolato . "
";
echo "Richiesta effettuata " . date("d M Y H:i:s") . " (" . date_default_timezone_get() . ")";
?>