This commit is contained in:
Nguyen Tran Chung 2022-12-02 12:57:59 +09:00
parent 972f033d34
commit 221dc60106
No known key found for this signature in database
GPG key ID: 1E47DA8A9B29876B

View file

@ -136,7 +136,7 @@ $ip_blacklist = array(
// sample config - https://tinyfilemanager.github.io/config-sample.txt // sample config - https://tinyfilemanager.github.io/config-sample.txt
$config_file = __DIR__.'/config.php'; $config_file = __DIR__.'/config.php';
if (is_readable($config_file)) { if (is_readable($config_file)) {
@include($config_file); @include $config_file;
} }
// --- EDIT BELOW CAREFULLY OR DO NOT EDIT AT ALL --- // --- EDIT BELOW CAREFULLY OR DO NOT EDIT AT ALL ---