From 97649ef383c67d95afcbabd29a11697d27bcbce6 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Wed, 30 Dec 2015 16:22:25 +0100 Subject: [PATCH] show errors --- src/act.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/act.php b/src/act.php index 2ab624d..e5f982b 100644 --- a/src/act.php +++ b/src/act.php @@ -94,6 +94,7 @@ switch($_POST['act']){ error(404,"wrong post parameter"); die; } + print_r($_POST); $err=""; //check author e-mail @@ -164,7 +165,7 @@ switch($_POST['act']){ } else { //echo "Message sent!"; } - + }else{