From f5c88ec54d3b9a1cfb9f24712e8acb6573d577d3 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Sun, 19 May 2024 13:14:42 +0200 Subject: [PATCH] tesst --- routes/web.php | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/routes/web.php b/routes/web.php index 4ebbdbee..1767fd9a 100644 --- a/routes/web.php +++ b/routes/web.php @@ -6087,7 +6087,12 @@ Route::get('/aggiornapreorder/{idarticolo}/{postid}', function ($idarticolo, $po } if ($preorder) { - echo "PREORDER: " . $preorder; + if ($preorder === 'true') { + echo "PREORDER SI !: " . $preorder; + } else { + echo "PREORDER: " . $preorder; + } + } echo "
";