mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	closes #3505
This commit is contained in:
		| @@ -60,7 +60,8 @@ module.exports = function(app, middleware) { | ||||
| 			allowRegistration: registrationType === 'normal' || registrationType === 'admin-approval', | ||||
| 			searchEnabled: plugins.hasListeners('filter:search.query'), | ||||
| 			config: res.locals.config, | ||||
| 			relative_path: nconf.get('relative_path') | ||||
| 			relative_path: nconf.get('relative_path'), | ||||
| 			bodyClass: data.bodyClass | ||||
| 		}; | ||||
|  | ||||
| 		templateValues.configJSON = JSON.stringify(res.locals.config); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user