Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: local SQL_HOST = "host" local SQL_USER = "user" local SQL_PASSWD = "haslo" local SQL_DB = "db" local SQL_PORT = 3306 local db_handler=nil addEventHandler("onResourceStart", resourceRoot, function() db_handler=dbConnect("mysql", "dbname=" .. SQL_DB .. ";host=" .. SQL_HOST, SQL_USER, SQL_PASSWD, "share=1", "port=" .. SQL Source: http://pastebin.com/raw.php?i=9q1KrT8w
↧