From 51b98dd39eb17d87ab98321020fae8efcd91167c Mon Sep 17 00:00:00 2001 From: Filip Rojek Date: Sun, 16 Apr 2023 12:40:00 +0200 Subject: [PATCH] test code --- pages/contact/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/contact/contact.php b/pages/contact/contact.php index 88f1dd1..396f485 100644 --- a/pages/contact/contact.php +++ b/pages/contact/contact.php @@ -53,7 +53,7 @@ if(isset($_POST['email']) && isset($_POST['message'])) { header('Location: /?sent=true'); } else { error_log("Message wasn't sent"); - error_log($m); + error_log(var_dump($m)); echo "

Něco se nepovedlo, zkuste to znovu... :(

"; echo "Zpět"; }