diff --git a/kontakt.php b/kontakt.php index f52ab92..1577246 100644 --- a/kontakt.php +++ b/kontakt.php @@ -5,12 +5,13 @@ $additional_headers = array(); include('includes/header.inc'); - +/* // wenn eine passende post-variable gesetzt ist, sende die mail if (!empty($_POST['message'])) { require('includes/contact_mail.inc'); $mail = new Contact_Mail($_POST['name'], $_POST['address'], $_POST['message']); } +*/ ?>