1
Fork 0
mirror of https://github.com/Quackster/Havana.git synced 2025-07-03 13:17:46 +00:00

Use index_v32 when on a fresh database

This commit is contained in:
Quackster 2023-01-21 17:10:37 +10:00
parent 4e350d416f
commit 1e502e8e01

View file

@ -42,7 +42,7 @@ public class WebSettingsConfigWriter implements ConfigWriter {
config.put("discussions.replies.per.page", "10"); config.put("discussions.replies.per.page", "10");
config.put("alerts.gift.message", "A new gift has arrived. This time you received a %item_name%."); config.put("alerts.gift.message", "A new gift has arrived. This time you received a %item_name%.");
config.put("homepage.template.file", "index"); config.put("homepage.template.file", "index_v32");
config.put("free.month.hc.registration", "true"); config.put("free.month.hc.registration", "true");