From 330feed202389d1f60a5e62b0b410ab5cb52cc78 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 18 Jan 2026 20:30:04 +0100 Subject: [PATCH] Aggiunta link ritorno alla lista --- index.php | 1 - ordini.php | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.php b/index.php index 8812563..c8f0493 100644 --- a/index.php +++ b/index.php @@ -40,7 +40,6 @@ fclose($file); echo "" . $utenti[$i]->id . "id ."\">" . $utenti[$i]->name . "email ."\">" . $utenti[$i]->email . ""; } ?> - \ No newline at end of file diff --git a/ordini.php b/ordini.php index d5393d7..3411e2a 100644 --- a/ordini.php +++ b/ordini.php @@ -31,6 +31,7 @@ fclose($file); + Torna alla lista Nessun ordine associato all'utente

"; @@ -42,7 +43,6 @@ fclose($file); } echo ""; } - ?> \ No newline at end of file