mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	completed custom favicon upload, closes #643
This commit is contained in:
		@@ -169,7 +169,7 @@ var nconf = require('nconf'),
 | 
			
		||||
				}
 | 
			
		||||
 | 
			
		||||
				var filename =  'favicon.ico';
 | 
			
		||||
				var uploadPath = path.join(nconf.get('base_dir'), 'public', filename);
 | 
			
		||||
				var uploadPath = path.join(nconf.get('base_dir'), nconf.get('upload_path'), filename);
 | 
			
		||||
 | 
			
		||||
				winston.info('Attempting upload to: ' + uploadPath);
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user