From 95ff5fa40c73d7057932685538865769ca6784b3 Mon Sep 17 00:00:00 2001 From: kirostumm Date: Tue, 5 Dec 2023 18:18:12 +0300 Subject: [PATCH] =?utf8?q?=D0=92=D1=8B=D1=85=D0=BE=D0=B4=20=D1=81=20=D1=81?= =?utf8?q?=D0=B0=D0=B9=D1=82=D0=B0=20=D0=B8=20=D0=B2=D0=B5=D1=80=D0=BD?= =?utf8?q?=D1=83=D0=BB=20gii=20=D0=B8=20debug?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- erp24/config/web.php | 6 ++++-- erp24/views/layouts/header.php | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/erp24/config/web.php b/erp24/config/web.php index 54f852b..32396d0 100644 --- a/erp24/config/web.php +++ b/erp24/config/web.php @@ -83,15 +83,17 @@ if (YII_ENV_DEV) { $config['modules']['debug'] = [ 'class' => 'yii\debug\Module', // uncomment the following to add your IP if you are not connecting from localhost. - //'allowedIPs' => ['127.0.0.1', '::1'], + 'allowedIPs' => ['*'], ]; $config['bootstrap'][] = 'gii'; $config['modules']['gii'] = [ 'class' => 'yii\gii\Module', // uncomment the following to add your IP if you are not connecting from localhost. - //'allowedIPs' => ['127.0.0.1', '::1'], + 'allowedIPs' => ['*'], ]; + + } return $config; diff --git a/erp24/views/layouts/header.php b/erp24/views/layouts/header.php index c06fcab..2be7976 100755 --- a/erp24/views/layouts/header.php +++ b/erp24/views/layouts/header.php @@ -169,7 +169,7 @@ $this->registerCssFile('/css/timetable/style.css');
Привязать устройство
- +
Выйти
-- 2.39.5