From 3334feede569bcc46381115d0b3c0d85082b1a74 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 30 Dec 2015 16:23:22 +0100 Subject: [PATCH] show errors --- src/act.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/act.php b/src/act.php index e5f982b..c012bd9 100644 --- a/src/act.php +++ b/src/act.php @@ -94,7 +94,6 @@ switch($_POST['act']){ error(404,"wrong post parameter"); die; } - print_r($_POST); $err=""; //check author e-mail @@ -163,7 +162,7 @@ switch($_POST['act']){ if (!$mail->send()) { error(500,"Mailer Error: " . $mail->ErrorInfo); } else { - //echo "Message sent!"; + echo "Message sent!"; }