From 171c00055911353a8ecd552fa00dbd28fdcf05ce Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sun, 21 Dec 2025 00:07:59 +0100 Subject: [PATCH] =?UTF-8?q?Dodano=20komunikat=20informuj=C4=85cy=20o=20zak?= =?UTF-8?q?o=C5=84czeniu=20dodawania=20produkt=C3=B3w=20oraz=20zako=C5=84c?= =?UTF-8?q?zenie=20skryptu.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- import-drewmax.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/import-drewmax.php b/import-drewmax.php index f3034a2c..b9737a53 100644 --- a/import-drewmax.php +++ b/import-drewmax.php @@ -762,6 +762,9 @@ if ($modeAdd) { break; // Break if a new product or combination was added } } + + echo '

Dodawanie zakończone.

'; + exit; } // =======================================