a
This commit is contained in:
parent
f8ecd71cb1
commit
bed3af6a24
|
|
@ -51,7 +51,12 @@ class Cronenvoimailadhrent
|
||||||
|
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
"c_mail" => $this->email,
|
"SESSION_c_mail" => $_SESSION['c_mail'],
|
||||||
|
// "c_mail" => $this->email,
|
||||||
|
"Host" => $this->mail->Host,
|
||||||
|
"Username" => $this->mail->Username,
|
||||||
|
"Password" => $this->mail->Password,
|
||||||
|
"Port" => $this->mail->Port,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
exit;
|
exit;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user