minor doc adjustment [skip ci]

This commit is contained in:
Qiang Xue
2014-09-07 18:27:08 -04:00
parent abb807bd9d
commit 92f7b3fb06

View File

@ -43,8 +43,8 @@ Thanks to that line, your application is in development mode, and will have alre
http://hostname/index.php?r=gii http://hostname/index.php?r=gii
``` ```
> Note: if you are accessing gii from an IP address other than localhost, access will be denied by default. > Note: If you are accessing Gii from a machine other than localhost, the access will be denied by default
> To circumvent that default, add the allowed IP addresses to the configuration: > for security purpose. You can configure Gii to add the allowed IP addresses as follows,
> >
```php ```php
'gii' => [ 'gii' => [