mirror of
https://github.com/prasathmani/tinyfilemanager.git
synced 2025-07-10 20:06:20 +02:00
Typo fix
This commit is contained in:
@ -60,7 +60,7 @@ $iconv_input_encoding = 'UTF-8';
|
|||||||
$datetime_format = 'd.m.y H:i';
|
$datetime_format = 'd.m.y H:i';
|
||||||
|
|
||||||
// include user config php file
|
// include user config php file
|
||||||
if (defined('FM_CONFIG') && is_files(FM_CONFIG) ) {
|
if (defined('FM_CONFIG') && is_file(FM_CONFIG) ) {
|
||||||
include(FM_CONFIG);
|
include(FM_CONFIG);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user