actually using identicon default across the site

This commit is contained in:
Julian Lam
2013-05-29 14:55:43 -04:00
parent 3848115afe
commit 9af39622ed
9 changed files with 26 additions and 14 deletions

View File

@@ -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);