diff options
Diffstat (limited to 'controllers/system.js')
-rw-r--r-- | controllers/system.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controllers/system.js b/controllers/system.js index adddcba..4a4c818 100644 --- a/controllers/system.js +++ b/controllers/system.js @@ -32,7 +32,7 @@ Validator.prototype.getErrors = function() { */ exports.index = function(req, res) { - res.render('index', { title: 'DERS' }); + res.render('index', { title: 'DERS', loggedin: false }); }; |