diff options
-rw-r--r-- | app/controllers/system.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/controllers/system.js b/app/controllers/system.js index 0e63083..57dbe9d 100644 --- a/app/controllers/system.js +++ b/app/controllers/system.js @@ -32,7 +32,7 @@ Validator.prototype.getErrors = function() { exports.index = function(req, res) { if (req.user !== undefined) { return res.redirect('/dashboard'); } - res.render('index', { title: 'DERS', user: req.user }); + res.render('index', { title: 'Divid', user: req.user }); }; |