Jaap Marcus 1 год назад
Родитель
Сommit
0f6b7bd1e8
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      install/deb/filemanager/filegator/configuration.php

+ 1 - 1
install/deb/filemanager/filegator/configuration.php

@@ -232,7 +232,7 @@ $dist_config["services"]["Filegator\Services\Archiver\ArchiverInterface"] = [
 $dist_config["services"]["Filegator\Services\Auth\AuthInterface"] = [
 	"handler" => "\Filegator\Services\Auth\Adapters\HestiaAuth",
 	"config" => [
-		"permissions" => ["read", "write", "upload", "download", "batchdownload", "zip"],
+		"permissions" => ["read", "write", "upload", "download", "batchdownload", "zip", "chmod"],
 		"private_repos" => false,
 	],
 ];