From 1351afd9fed3fff23ee685e3afa1b29818f36b51 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 27 Jun 2025 14:41:17 +0200 Subject: [PATCH] Update source URL for XML file in index.php to the latest VIP product feed --- interblue.pl/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interblue.pl/index.php b/interblue.pl/index.php index b7f9544..30923cc 100644 --- a/interblue.pl/index.php +++ b/interblue.pl/index.php @@ -5,7 +5,7 @@ ini_set('display_errors', 1); // Definiowanie źródłowego URL pliku XML i nazwy pliku docelowego // $source_url = 'https://sollux-lighting.com/product_feed/news072024/XML_polski_PLN_new_07_2024.xml'; -$source_url = 'https://sollux-lighting.com/product_feed/sollux/XML_polski_PLN_wszystkie.xml'; +$source_url = 'https://sollux-lighting.com/product_feed/sollux/XML_polski_PLN_wszystkie_vip.xml'; $target_file = 'new_products.xml'; // Pobranie i załadowanie źródłowego pliku XML