From 4c235e0639a853a294ae363be1b615037ca62d39 Mon Sep 17 00:00:00 2001 From: hugo Date: Wed, 5 Jun 2024 16:31:11 +0200 Subject: [PATCH] codesmell --- PHP/main.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/PHP/main.php b/PHP/main.php index cf70f83..00cbb29 100644 --- a/PHP/main.php +++ b/PHP/main.php @@ -20,5 +20,4 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") { } else { echo "Failed to send the email."; } -} -?> \ No newline at end of file +} \ No newline at end of file