Merge pull request #37478 from silopolis/stringfix

String fix
This commit is contained in:
Valdnet 2023-03-31 10:35:10 +02:00 коммит произвёл GitHub
Родитель 5da480a9b8 0cdf8baed8
Коммит a1aa4491ac
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 1 удалений

1
.gitignore поставляемый
Просмотреть файл

@ -96,6 +96,7 @@ nbproject
# vscode
.vscode
*.code-workspace
# geany
*.geany

Просмотреть файл

@ -6,7 +6,7 @@
<summary>Default encryption module for server-side encryption</summary>
<description>
In order to use this encryption module you need to enable server-side encryption in the admin settings. Once enabled this module will encrypt all your files transparently. The encryption is based on AES 256 keys.
The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to a unencrypted system.
The module will not touch existing files, only new files will be encrypted after server-side encryption was enabled. It is also not possible to disable the encryption again and switch back to an unencrypted system.
Please read the documentation to know all implications before you decide to enable server-side encryption.
</description>
<version>2.15.0</version>