show errors

This commit is contained in:
Gnieark 2015-12-30 16:22:25 +01:00
parent dd4ca9c6dc
commit 97649ef383

View File

@ -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{