Zaktualizowano rozmiary plików w konfiguracji oraz zmieniono adres IP w definicjach trybu debugowania.

This commit is contained in:
2025-05-30 00:11:12 +02:00
parent 95cc99ba91
commit 87a41f4cfc
2 changed files with 3 additions and 3 deletions

View File

@@ -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
},

View File

@@ -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) {