Change default footer to not have the forum link

it looks better without it
This commit is contained in:
Girish Ramakrishnan
2025-10-17 16:56:53 +02:00
parent 78017b8adb
commit a4d6bafe1a
+1 -1
View File
@@ -87,7 +87,7 @@ exports = module.exports = {
USER_DIRECTORY_LDAP_DN: 'cn=admin,ou=system,dc=cloudron',
FOOTER: '&copy; %YEAR% &nbsp; [Cloudron](https://cloudron.io) &nbsp; &nbsp; &nbsp; [Forum <i class="fa fa-comments"></i>](https://forum.cloudron.io)',
FOOTER: '&copy; %YEAR% [Cloudron](https://cloudron.io)',
VERSION: process.env.BOX_ENV === 'cloudron' ? fs.readFileSync(path.join(__dirname, '../VERSION'), 'utf8').trim() : '8.0.0-test'
};