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;