Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: var db = new mysql.createConnection({ host : 'localhost', user : 'root', password : 'admin', database : 'nps', multipleStatements : true }); //Check for the SQL upgrade file and stuff the contents through node-mysql fs.exists(setting.NPS_loadFile, function(exists) { if(exists){ fs.readFile(setting.NPS_loadFile, 'utf-8', func Source: http://pastebin.com/raw.php?i=4tzwCZuj
↧