From 76d246f71678f2a1d0d9b2a4b4bab8623aa391d5 Mon Sep 17 00:00:00 2001 From: Andrea Fiorencis Date: Wed, 8 Apr 2026 11:23:14 +0200 Subject: [PATCH] Rinominato `order` in `checkout` per evitare confusione --- cart.php | 2 +- order.php => checkout.php | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename order.php => checkout.php (100%) diff --git a/cart.php b/cart.php index ce6af8c..a11c349 100644 --- a/cart.php +++ b/cart.php @@ -78,7 +78,7 @@ session_start();
- +
diff --git a/order.php b/checkout.php similarity index 100% rename from order.php rename to checkout.php