From 3d22cc3333e1265a222425a4ede9c464234e3632 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Fri, 6 Sep 2024 17:01:01 +0200 Subject: Small fixes; Add component system --- cgi/contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgi') 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"); -- cgit v1.2.3