diff options
Diffstat (limited to 'cgi/contact.php')
-rwxr-xr-x | cgi/contact.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/contact.php b/cgi/contact.php index 3aceaac..0f9ac5f 100755 --- a/cgi/contact.php +++ b/cgi/contact.php @@ -74,4 +74,4 @@ $transport->send((new Email()) ->text($message) ); -header("Location: /pages/sent.html"); +header("Location: /pages/sent.php"); |