
Not possible to hide folders/files with latest version
Hi,
After updating to the latest version it seems that it's no longer possible to hide folders/files using the customizables/config.php
I read the changelog which said that the setting I was using, $config['app']['hidden_folder_names'][] had been deprecated and that I should use $config['app']['hidden_file_names'][] instead. Neither of them are doing anything though. Neither is the setting in changelog $config['app']['excluded_filenames'] which actually isn't even in the documentation.
Thanks.
Answer

Please replace the file "system/classes/vendor/FileRun/Files/Utils.php" in your FileRun installation with this one https://f.afian.se/wl/?id=gImubaUQS1TdkRdxg7qTRGSAIIbP1rSk It will make $config['app']['hidden_file_names'] work.
$config['app']['excluded_filenames'][] = '*.exe';
works as expected though.
Customer support service by UserEcho
This has been fixed with the latest released update.