Zaktualizuj pliki konfiguracyjne i popraw logikę w Dispatcherze

This commit is contained in:
2025-04-02 22:07:58 +02:00
parent 87da06293a
commit dd527ba561
3 changed files with 7 additions and 7 deletions

View File

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