Kaynağa Gözat

查看debug

shish 6 yıl önce
ebeveyn
işleme
def02e73d9
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      common/config/main-local.php

+ 2 - 2
common/config/main-local.php

@@ -4,11 +4,11 @@ $config = [
 	'modules' => [
 		'debug' => [
 			'class' => 'yii\debug\Module',
-			'allowedIPs' => ['127.0.0.1', '::1','27.154.26.140','117.28.113.134'],
+			'allowedIPs' => ['127.0.0.1', '::1','27.154.26.140','117.28.113.134','110.87.12.47'],
 		],
 		'gii' => [
 			'class' => 'yii\gii\Module',
-			'allowedIPs' => ['127.0.0.1', '::1','27.154.26.140','117.28.113.134'],
+			'allowedIPs' => ['127.0.0.1', '::1','27.154.26.140','117.28.113.134','110.87.12.47'],
 		],
 	],