1
0
mirror of https://github.com/prasathmani/tinyfilemanager.git synced 2025-07-28 12:31:10 +02:00

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

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);
}