Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*[“‘][a-z0-9\-_\!\$]+[“‘]': <?php $servername = "x"; $username = "x"; $password = "x"; try { $conn = new PDO("mysql:host=$servername;dbname=dtwyrogu_bariwork", $username, $password); // set the PDO error mode to exception $conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); } catch(PDOException $e) { Source: http://pastebin.com/raw.php?i=GqjCervJ
↧