mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 19:46:01 +01:00
Merge branch 'master' of https://github.com/psychobunny/node-forum
This commit is contained in:
@@ -103,7 +103,7 @@ var express = require('express'),
|
||||
});
|
||||
|
||||
app.get('/403', function(req, res) {
|
||||
res.send(403, 'You are not authorized to view this page');
|
||||
res.send(templates['header'] + templates['403'] + templates['footer']);
|
||||
});
|
||||
|
||||
module.exports.init = function() {
|
||||
|
||||
Reference in New Issue
Block a user