diff --git a/add.php b/add.php
index ccbc416..49dbf06 100644
--- a/add.php
+++ b/add.php
@@ -28,4 +28,7 @@ catch(Exception $e){
http_response_code(500);
echo "Errore: " . $e->getMessage();
}
+finally{
+ echo "
Torna alla pagina principale";
+}
?>
\ No newline at end of file