From 25cbe7fcc9443c7ceb5895b01c2893d29d27138a Mon Sep 17 00:00:00 2001 From: Vladimir Fomichev Date: Thu, 29 Jan 2026 18:10:29 +0300 Subject: [PATCH] =?utf8?q?=D0=A3=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D0=BC=20?= =?utf8?q?=D0=BB=D0=BE=D0=B3=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8?= =?utf8?q?=D0=B5=20=D0=B2=20=D1=82=D0=B5=D0=BB=D0=B5=D0=B3=D1=80=D0=B0?= =?utf8?q?=D0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/web.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/erp24/config/web.php b/erp24/config/web.php index 25f517eb..b2c206e6 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -96,9 +96,6 @@ $config = [ [ 'class' => 'app\log\TelegramTarget', 'levels' => ['error', 'warning'], - 'except' => [ - 'yii\debug\*', // Исключаем сообщения debug-панели - ], // 'categories' => ['api.error', 'js.error', 'command.error'], ], ], @@ -154,6 +151,7 @@ if (YII_ENV_DEV) { $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', 'allowedIPs' => $debugAllowedIPs, + 'disableIpRestrictionWarning' => true, ]; $config['bootstrap'][] = 'gii'; -- 2.39.5