Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php $hostname = "localhost"; $username = "root"; $password = "root"; $dbname = "nomedabasededados"; $link = mysqli_connect($hostname, $username, $password, $dbname); if (!$link) { die('Could not connect: ' . mysqli_connect_error($link)); } mysqli_set_charset($link, "utf8"); Source: http://pastebin.com/raw.php?i=itCBAzqm
↧