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

set allow to multiselect permission

This commit is contained in:
Marco Dickert
2017-02-16 16:29:43 +01:00
parent 70b0e59d18
commit aa21250a75
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ class IFMConfig {
const zipnload = 1; // allow to zip and download directorys
// view controls
const multiselect = 0; // implement multiselect of files and directories
const multiselect = 1; // implement multiselect of files and directories
const showlastmodified = 0; // show the last modified date?
const showfilesize = 1; // show filesize?
const showowner = 1; // show file owner?

View File

@@ -29,7 +29,7 @@ class IFMConfig {
const zipnload = 1; // allow to zip and download directorys
// view controls
const multiselect = 0; // implement multiselect of files and directories
const multiselect = 1; // implement multiselect of files and directories
const showlastmodified = 0; // show the last modified date?
const showfilesize = 1; // show filesize?
const showowner = 1; // show file owner?