added title

This commit is contained in:
barisusakli
2016-03-17 11:54:31 +02:00
parent c71ffed69c
commit 6076bbbed4

View File

@@ -9,7 +9,7 @@ blacklistController.get = function(req, res, next) {
if (err) {
return next(err);
}
res.render('admin/manage/ip-blacklist', {rules: rules});
res.render('admin/manage/ip-blacklist', {rules: rules, title: 'IP Blacklist'});
});
};