gii\Module $allowedIPs

$allowedIPs public property

The list of IPs that are allowed to access this module. Each array element represents a single IP filter which can be either an IP address or an address with wildcard (e.g. 192.168.0.*) to represent a network segment. The default value is ['127.0.0.1', '::1'], which means the module can only be accessed by localhost.

public array $allowedIPs = ['127.0.0.1', '::1']
doc_Yii
2016-10-30 17:03:54
Comments
Leave a Comment

Please login to continue.