From 3a780ca97911717b4defebc51058797c8c4091b2 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Tue, 29 Jul 2025 14:48:56 +0200 Subject: [PATCH] =?UTF-8?q?Poprawa=20obs=C5=82ugi=20warto=C5=9Bci=20domy?= =?UTF-8?q?=C5=9Blnej=20i=20wp=C5=82ywu=20na=20cen=C4=99=20w=20szablonie?= =?UTF-8?q?=20atrybut=C3=B3w?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/templates/shop-attribute/_partials/value.php | 10 +++++----- config.php | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/admin/templates/shop-attribute/_partials/value.php b/admin/templates/shop-attribute/_partials/value.php index 836c910..054c84f 100644 --- a/admin/templates/shop-attribute/_partials/value.php +++ b/admin/templates/shop-attribute/_partials/value.php @@ -9,13 +9,13 @@
- value['is_default'] ):?>checked> - + value and $this -> value['is_default'] ):?>checked> +
- + @@ -41,8 +41,8 @@
attribute['type'] == 0 ):?> - - + +
diff --git a/config.php b/config.php index b89a80a..8fce17f 100644 --- a/config.php +++ b/config.php @@ -12,8 +12,8 @@ $config['baselinker-start'] = '2021-10-14 22:00:00'; $config['tpay-api-secret'] = '89e2ec5db4aeaf04179228eae597a584f47bb018c7b2f8c71b7f5791cefc91c3'; $config['redis']['host'] = '127.0.0.1'; -$config['redis']['port'] = 7001; -$config['redis']['password'] = 'Tg%79Eex!!ZtJEK'; +$config['redis']['port'] = 16920; +$config['redis']['password'] = 'QHCq064JeL4XFxGhzN1o6YbHjuLkOP9S'; $config['debug']['apilo'] = false;