Add warning to $check_ip in PHP about the cloud server migration
This commit is contained in:
parent
63c1c6b27b
commit
c8e7d8b92e
1 changed files with 6 additions and 1 deletions
|
@ -11,4 +11,9 @@ $email_from="you@yourhost.com"; // your server's sending email (for error report
|
|||
|
||||
$allow_install = false; // enable to allow action=install (clear/format database)
|
||||
|
||||
$check_ip = false; // enable to check the sim ip submitting the data is in the allowed range
|
||||
// Enable to check if the sim IP submitting the data is in the allowed range.
|
||||
// WARNING: After the migration of SL to cloud servers, ensure this setting
|
||||
// is set to FALSE, otherwise validation will always fail even for
|
||||
// good addresses. If other means of verification are provided, this
|
||||
// script will be updated accordingly.
|
||||
$check_ip = false;
|
||||
|
|
Loading…
Reference in a new issue