Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: $mail->Host = 'predestination.ru'; // Specify main and backup server $mail->SMTPAuth = true; // Enable SMTP authentication $mail->Username = 'support@predestination.ru'; // SMTP username $mail->Password = 'Chloe2355'; // SMTP password // Enable encryption, 'ssl' also accepted $mail->Port = 587; $mail->CharSet = 'UTF-8'; $mail->From = 'suppoort@predestination.ru'; $mail->FromName = 'predestination.ru'; //$mai Source: http://pastebin.com/raw.php?i=9Ts7GNGT
↧