diff --git a/config/env/torrents.js b/config/env/torrents.js index bf386ec7..978c3e31 100644 --- a/config/env/torrents.js +++ b/config/env/torrents.js @@ -162,6 +162,7 @@ module.exports = { signUpActiveTokenExpires: 60 * 60 * 1000 * 24, allowSocialSignin: false, showMenuHeaderForGuest: true, + showFooterCountInfoForGuest: true, showDemoSignMessage: true }, diff --git a/modules/core/client/views/footer.client.view.html b/modules/core/client/views/footer.client.view.html index 11995fc7..8306fab2 100644 --- a/modules/core/client/views/footer.client.view.html +++ b/modules/core/client/views/footer.client.view.html @@ -1,7 +1,7 @@