This commit is contained in:
Andrey Shmelev 2021-11-26 01:28:46 +03:00 committed by GitHub
parent 306090be65
commit 8b82508ea2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -127,7 +127,7 @@ $ip_blacklist = array(
);
// if User has the customized config file, try to use it to override the default config above
if (defined('CONFIG_FILE') && is_readable(CONFIG_FILE))) {
if (defined('CONFIG_FILE') && is_readable(CONFIG_FILE)) {
@include(CONFIG_FILE);
}