aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/controllers/system.js
diff options
context:
space:
mode:
Diffstat (limited to 'controllers/system.js')
-rw-r--r--controllers/system.js2
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 });
};