mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-04 21:15:55 +01:00
actually using identicon default across the site
This commit is contained in:
@@ -138,6 +138,7 @@ var user = require('./../user.js'),
|
||||
|
||||
filename = uid + '-' + filename;
|
||||
var uploadPath = config.upload_path + filename;
|
||||
console.log(config);
|
||||
|
||||
console.log('trying to upload to : '+ global.configuration['ROOT_DIRECTORY'] + uploadPath);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user