On upgrade also update plugins in Nextcloud due to many misunderstandings and prevent invalid open issues

This commit is contained in:
the-djmaze 2022-12-29 14:42:11 +01:00
parent 94d33a6daf
commit 34543d5bf3
3 changed files with 19 additions and 9 deletions

View file

@ -34,3 +34,8 @@
* Additional configuration file name
*/
//define('APP_CONFIGURATION_NAME', $_SERVER['HTTP_HOST'].'.ini');
/**
* Also update extensions on upgrade
*/
//define('SNAPPYMAIL_UPDATE_PLUGINS', 1);