Commit 92f7b3fb by Qiang Xue

minor doc adjustment [skip ci]

parent abb807bd
...@@ -43,8 +43,8 @@ Thanks to that line, your application is in development mode, and will have alre ...@@ -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' => [
......
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