Commit 6f4cfaa0 by funson86

Update start-gii.md

update to 20140919 from English version
parent 101da99f
...@@ -42,7 +42,7 @@ http://hostname/index.php?r=gii ...@@ -42,7 +42,7 @@ http://hostname/index.php?r=gii
```php ```php
'gii' => [ 'gii' => [
'class' => 'yii\gii\Module', 'class' => 'yii\gii\Module',
'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'] // adjust this to your needs 'allowedIPs' => ['127.0.0.1', '::1', '192.168.0.*', '192.168.178.20'] // 根据你自己的需要调整
], ],
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment