Skip to content

Commit 0f6b7bd

Browse files
authored
Enable Chmod in Filegator (hestiacp#4548)
1 parent 7b86163 commit 0f6b7bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/deb/filemanager/filegator/configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
$dist_config["services"]["Filegator\Services\Auth\AuthInterface"] = [
233233
"handler" => "\Filegator\Services\Auth\Adapters\HestiaAuth",
234234
"config" => [
235-
"permissions" => ["read", "write", "upload", "download", "batchdownload", "zip"],
235+
"permissions" => ["read", "write", "upload", "download", "batchdownload", "zip", "chmod"],
236236
"private_repos" => false,
237237
],
238238
];

0 commit comments

Comments
 (0)