1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-10 01:56:30 +02:00

merge original project modifications

This commit is contained in:
Anton Baranov
2020-06-06 07:53:01 +03:00
parent 5c3c5e955f
commit 04e2db604e

View File

@@ -42,6 +42,7 @@ class IFM {
"rename" => 1,
"zipnload" => 1,
"createarchive" => 1,
"search" => 1,
// gui controls
"showlastmodified" => 0,
@@ -54,6 +55,8 @@ class IFM {
"showpath" => 0,
"contextmenu" => 1,
"disable_mime_detection" => 0
"showrefresh" => 1,
"forceproxy" => 0
);
private $config = array();