From f3ecab238f150aa6762f30e9d233e07c8bb1b6d0 Mon Sep 17 00:00:00 2001 From: Nate Duhamell Date: Sat, 8 Sep 2018 11:44:28 -0500 Subject: [PATCH] Redirect Update --- sendmail/sendmail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sendmail/sendmail.php b/sendmail/sendmail.php index f11c945..3c4d773 100644 --- a/sendmail/sendmail.php +++ b/sendmail/sendmail.php @@ -125,7 +125,7 @@ function test_input($data) { } } else { - header('location: ../redirect/contact.html'); + header('location: redirect.html'); }