diff --git a/build/libifm.php b/build/libifm.php index 94c71dd..bf63e66 100644 --- a/build/libifm.php +++ b/build/libifm.php @@ -46,7 +46,7 @@ class IFM { "showowner" => 1, "showgroup" => 1, "showpermissions" => 2, - "showhtdocs" => 1, + "showhtdocs" => 0, "showhiddenfiles" => 1, "showpath" => 0, ); diff --git a/ifm.php b/ifm.php index 487fbdb..ae0797c 100644 --- a/ifm.php +++ b/ifm.php @@ -46,7 +46,7 @@ class IFM { "showowner" => 1, "showgroup" => 1, "showpermissions" => 2, - "showhtdocs" => 1, + "showhtdocs" => 0, "showhiddenfiles" => 1, "showpath" => 0, ); diff --git a/src/main.php b/src/main.php index 953e75d..5cd59c8 100644 --- a/src/main.php +++ b/src/main.php @@ -46,7 +46,7 @@ class IFM { "showowner" => 1, "showgroup" => 1, "showpermissions" => 2, - "showhtdocs" => 1, + "showhtdocs" => 0, "showhiddenfiles" => 1, "showpath" => 0, );