Browse Source

Enable templates and pma upgrade.

Raphael Schneeberger 5 năm trước cách đây
mục cha
commit
d03e71da86
1 tập tin đã thay đổi với 4 bổ sung4 xóa
  1. 4 4
      install/upgrade/upgrade.conf

+ 4 - 4
install/upgrade/upgrade.conf

@@ -21,12 +21,12 @@
 # Update default templates when performing an upgrade
 # These flags should be set to true if any changes are made to the template files
 # to ensure that they are properly updated on the end-user's system.
-UPGRADE_UPDATE_WEB_TEMPLATES='false'
-UPGRADE_UPDATE_MAIL_TEMPLATES='false'
-UPGRADE_UPDATE_DNS_TEMPLATES='false'
+UPGRADE_UPDATE_WEB_TEMPLATES='true'
+UPGRADE_UPDATE_MAIL_TEMPLATES='true'
+UPGRADE_UPDATE_DNS_TEMPLATES='true'
 
 # Update phpMyAdmin to the latest version during upgrade
-UPGRADE_UPDATE_PHPMYADMIN='false'
+UPGRADE_UPDATE_PHPMYADMIN='true'
 
 # Update roundcube to the latest version during upgrade
 UPGRADE_UPDATE_ROUNDCUBE='true'