mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-16 03:20:33 +02:00
added title
This commit is contained in:
@@ -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'});
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user