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:
parent
4e350d416f
commit
1e502e8e01
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class WebSettingsConfigWriter implements ConfigWriter {
|
|||
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("homepage.template.file", "index");
|
||||
config.put("homepage.template.file", "index_v32");
|
||||
|
||||
config.put("free.month.hc.registration", "true");
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue