Poprawa definicji trybu debugowania oraz aktualizacja rozmiarów plików w cache

This commit is contained in:
2025-03-24 09:56:10 +01:00
parent f34c9162d4
commit 9b9872b0cf
3 changed files with 988 additions and 7 deletions

View File

@@ -26,7 +26,10 @@
/* Debug only */
if (!defined('_PS_MODE_DEV_')) {
define('_PS_MODE_DEV_', false);
if ( $_SERVER['REMOTE_ADDR'] == '91.189.216.43' )
define('_PS_MODE_DEV_', false);
else
define('_PS_MODE_DEV_', false);
}
/* Compatibility warning */
define('_PS_DISPLAY_COMPATIBILITY_WARNING_', false);