From 7b2010b60768558e56799cab2d28fd4a36bd07d7 Mon Sep 17 00:00:00 2001 From: Jukka Lampikoski Date: Fri, 13 Mar 2026 09:33:38 +0200 Subject: [PATCH] =?UTF-8?q?Poista=20IP-osoite=20saatavuuskysely-s=C3=A4hk?= =?UTF-8?q?=C3=B6postista?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit IP tallentuu edelleen kyselyt.log-tiedostoon ja rate limit -järjestelmään. Co-Authored-By: Claude Opus 4.6 --- send.php | 1 - 1 file changed, 1 deletion(-) diff --git a/send.php b/send.php index 2e73524..8587cb1 100644 --- a/send.php +++ b/send.php @@ -74,7 +74,6 @@ if (!empty($message)) { } $body .= "\n-----------------------------------------\n"; $body .= "Lähetetty: " . date('d.m.Y H:i') . "\n"; -$body .= "IP: $ip\n"; $headers = "From: sivusto@cuitunet.fi\r\n"; $headers .= "Reply-To: $email\r\n";