mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #54552 from makoehr/extend-user-ini-with-lines-from-configuration
This commit is contained in:
commit
2e816535cf
1 changed files with 8 additions and 0 deletions
|
|
@ -2460,6 +2460,14 @@ $CONFIG = [
|
|||
*/
|
||||
'upgrade.cli-upgrade-link' => '',
|
||||
|
||||
/**
|
||||
* Additional line(s) (string or array of strings)
|
||||
* that will be added to .user.ini on each update by the updater.
|
||||
*
|
||||
* Defaults to ``''`` (empty string)
|
||||
*/
|
||||
'user_ini_additional_lines' => '',
|
||||
|
||||
/**
|
||||
* Customize the server logs documentation link for exception handling.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue