if exist include config.php #366

This commit is contained in:
Prasath Mani 2020-05-24 17:07:17 +05:30
parent 1dbe7c5339
commit 0a92002919
1 changed files with 1 additions and 1 deletions

View File

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