1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-09 17:46:31 +02:00

disable showing of .ht files, as this is a potential security flaw

This commit is contained in:
Marco Dickert
2017-07-27 23:15:05 +02:00
parent 0c0cf0f78e
commit 9035f41f4f
3 changed files with 3 additions and 3 deletions

View File

@@ -46,7 +46,7 @@ class IFM {
"showowner" => 1,
"showgroup" => 1,
"showpermissions" => 2,
"showhtdocs" => 1,
"showhtdocs" => 0,
"showhiddenfiles" => 1,
"showpath" => 0,
);

View File

@@ -46,7 +46,7 @@ class IFM {
"showowner" => 1,
"showgroup" => 1,
"showpermissions" => 2,
"showhtdocs" => 1,
"showhtdocs" => 0,
"showhiddenfiles" => 1,
"showpath" => 0,
);

View File

@@ -46,7 +46,7 @@ class IFM {
"showowner" => 1,
"showgroup" => 1,
"showpermissions" => 2,
"showhtdocs" => 1,
"showhtdocs" => 0,
"showhiddenfiles" => 1,
"showpath" => 0,
);