Skip to content

Commit cc9d049

Browse files
committed
Fixed typo
1 parent b2d29b7 commit cc9d049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.example.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
* The password is a password compatible with PHP's password hashing functions (password_hash())
5050
*
5151
* 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:
52+
* The whitelist can contain a list of IP addresses or ranges in one of the following formats:
5353
*
5454
* * allows any IP address to log in (effectively disabling the whitelist and allowing access from any IP)
5555
* localhost or 127.0.0.1 allows only log ins from the machine on which the application runs

0 commit comments

Comments
 (0)