Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: <?php class Database { public $db; public $host = 'localhost'; public $username = 'root'; public $password = 'root'; public $database = 'writer'; public $conn; public $published = 'published'; public function __construct(){ $this->conn = new PDO("mysql:host=$this->host;dbname=$this->database", $this->username, $this->password); $this->conn->setAttribute(P Source: http://pastebin.com/raw.php?i=gED4Sjhq
↧