This commit is contained in:
x
2025-03-09 13:56:11 +01:00
parent dacd72ffb3
commit 7d8baa1da3
7 changed files with 15 additions and 67 deletions

View File

@ -66,7 +66,7 @@ process.on('unhandledRejection', err => {
req.session = false;
if(req.url.pathname.match(/^\/(s|b|t|ca)\//))
return;
req.theme = req.cookies.theme || 'f0ck';
req.theme = req.cookies.theme || 'atmos';
req.fullscreen = req.cookies.fullscreen || 0;
if(req.cookies.session) {