debug\Module $allowedHosts

$allowedHosts public property

The list of hosts that are allowed to access this module. Each array element is a hostname that will be resolved to an IP address that is compared with the IP address of the user. A use case is to use a dynamic DNS (DDNS) to allow access. The default value is [].

public array $allowedHosts = []
doc_Yii
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.