We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2d29b7 commit cc9d049Copy full SHA for cc9d049
init.example.php
@@ -49,7 +49,7 @@
49
* The password is a password compatible with PHP's password hashing functions (password_hash())
50
*
51
* Only addresses on the whitelist are allowed to log in
52
- * The whitelist can contain a list of IP addresses of ranges in one of the following formats:
+ * The whitelist can contain a list of IP addresses or ranges in one of the following formats:
53
54
* * allows any IP address to log in (effectively disabling the whitelist and allowing access from any IP)
55
* localhost or 127.0.0.1 allows only log ins from the machine on which the application runs
0 commit comments