forked from f0ck/f0ckv2
hthtdf
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user