show errors
This commit is contained in:
parent
97649ef383
commit
3334feede5
|
@ -94,7 +94,6 @@ switch($_POST['act']){
|
||||||
error(404,"wrong post parameter");
|
error(404,"wrong post parameter");
|
||||||
die;
|
die;
|
||||||
}
|
}
|
||||||
print_r($_POST);
|
|
||||||
$err="";
|
$err="";
|
||||||
|
|
||||||
//check author e-mail
|
//check author e-mail
|
||||||
|
@ -163,7 +162,7 @@ switch($_POST['act']){
|
||||||
if (!$mail->send()) {
|
if (!$mail->send()) {
|
||||||
error(500,"Mailer Error: " . $mail->ErrorInfo);
|
error(500,"Mailer Error: " . $mail->ErrorInfo);
|
||||||
} else {
|
} else {
|
||||||
//echo "Message sent!";
|
echo "Message sent!";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user