Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: $this->mail->SMTPAuth = true; $this->mail->SMTPSecure = "ssl"; $this->mail->Host = "colocation.adclic-hosting.info"; $this->mail->Port = 465; $this->mail->IsHTML(true); $this->mail->Username = "test.dev@tecnosoluciones-ns.com.ve"; $this->mail->Password = "15242874testdev"; $this->mail->SMTPDebug = 1; } public function setSubject($subject) { $this->subject = $subject; } public function getSubject() { return $this->subject; } public function setBody($body) { $this->body = $body; } public func Source: http://pastie.org/pastes/9647981/download
↧