diff --git a/mailBooking.php b/mailBooking.php
index 4b9c40b..88347ac 100644
--- a/mailBooking.php
+++ b/mailBooking.php
@@ -203,7 +203,6 @@ HTML;
Reply to {$name}
@@ -244,7 +243,7 @@ HTML;
}
// Include header after potential redirects
-include('header.php');
+// include('header.php');
// Handle status messages (this part is optional if you want to display messages on the referring page)
if (isset($_GET['status'])) {
diff --git a/mailContact.php b/mailContact.php
index 3c722c0..b33be71 100644
--- a/mailContact.php
+++ b/mailContact.php
@@ -193,7 +193,7 @@ HTML;
}
// Include header after potential redirects
-include('header.php');
+// include('header.php');
// Handle status messages
if (isset($_GET['status'])) {