diff --git a/config.default.js b/config.default.js index 8c5ad2ac63..7228221310 100644 --- a/config.default.js +++ b/config.default.js @@ -56,7 +56,10 @@ var config = { "privilege_thresholds": { "manage_thread": 1000, "manage_content": 2000 - } + }, + + "show_motd": true, + "motd": undefined } config.url = config.base_url + (config.use_port ? ':' + config.port : '') + '/'; diff --git a/public/templates/home.tpl b/public/templates/home.tpl index f52cd436c7..880b244505 100644 --- a/public/templates/home.tpl +++ b/public/templates/home.tpl @@ -1,4 +1,4 @@ -