From 87a41f4cfcb6ee40829efa2b2a6a85dcd445340c Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Fri, 30 May 2025 00:11:12 +0200 Subject: [PATCH] =?UTF-8?q?Zaktualizowano=20rozmiary=20plik=C3=B3w=20w=20k?= =?UTF-8?q?onfiguracji=20oraz=20zmieniono=20adres=20IP=20w=20definicjach?= =?UTF-8?q?=20trybu=20debugowania.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/ftp-kr.sync.cache.json | 4 ++-- config/defines.inc.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json index 34804791..7ec527cc 100644 --- a/.vscode/ftp-kr.sync.cache.json +++ b/.vscode/ftp-kr.sync.cache.json @@ -98,13 +98,13 @@ }, "google-merchant_id-1.xml": { "type": "-", - "size": 18563698, + "size": 18429810, "lmtime": 0, "modified": true }, ".htaccess": { "type": "-", - "size": 88570, + "size": 87138, "lmtime": 0, "modified": true }, diff --git a/config/defines.inc.php b/config/defines.inc.php index ed1edd5b..453069ec 100644 --- a/config/defines.inc.php +++ b/config/defines.inc.php @@ -25,7 +25,7 @@ */ /* Debug only */ -( $_SERVER['REMOTE_ADDR'] == '178.42.108.40' ) ? define('_PS_MODE_DEV_', false ) : define('_PS_MODE_DEV_', false); +( $_SERVER['REMOTE_ADDR'] == '178.42.187.208' ) ? define('_PS_MODE_DEV_', false ) : define('_PS_MODE_DEV_', false); /* Compatibility warning */ define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false); if (_PS_MODE_DEV_ === true) {