mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 12:36:02 +01:00
closes #171
This commit is contained in:
@@ -18,7 +18,7 @@ var user = require('./../user.js'),
|
||||
Admin.build_header = function(res) {
|
||||
return templates['admin/header'].parse({
|
||||
csrf:res.locals.csrf_token,
|
||||
relative_path: global.nconf.get('relative_path')
|
||||
relative_path: nconf.get('relative_path')
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user