X-Git-Url: https://git.p6c8.net/form-email.git/blobdiff_plain/e727168305eaf781e5640690a0369eaa4614ffc6..fec4e7b5a58926414f0aec752321cb6a86959412:/form-email/mailer.php diff --git a/form-email/mailer.php b/form-email/mailer.php index 94b80e8..7f10e4f 100644 --- a/form-email/mailer.php +++ b/form-email/mailer.php @@ -25,7 +25,7 @@ require('config.php'); require('functions.php'); require('class.Template.php'); -if($only_post && $_SERVER['REQUEST_METHOD'] != 'POST') show_fatal($err_only_post); +if($_SERVER['REQUEST_METHOD'] != 'POST') show_fatal($err_only_post); # Wenn Captchas aktiviert sind, Session starten