Skip to content

Commit

Permalink
Redirect Update
Browse files Browse the repository at this point in the history
  • Loading branch information
nduhamell authored Sep 8, 2018
1 parent b3d0d0c commit f3ecab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sendmail/sendmail.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ function test_input($data) {
}
}
else {
header('location: ../redirect/contact.html');
header('location: redirect.html');
}


Expand Down

0 comments on commit f3ecab2

Please sign in to comment.