diff --git a/public/contact.php b/public/contact.php index 17578b8..f31251d 100644 --- a/public/contact.php +++ b/public/contact.php @@ -28,7 +28,7 @@ function output_card($content) { Whoops! You didn't fill out the contact form properly.

Go back and try again.

@@ -42,7 +42,7 @@ $siteid = getsiteid(); $database->insert("messages", [ "siteid" => $siteid, "name" => htmlspecialchars($_POST['name']), - "email" => htmlspecialchars($_POST['email']), + "email" => htmlspecialchars($_POST['real_email']), "message" => htmlspecialchars($_POST['message']), "date" => date("Y-m-d H:i:s") ]); diff --git a/public/themes/bootstrap/contact.php b/public/themes/bootstrap/contact.php index cbd7c70..90eb4e6 100644 --- a/public/themes/bootstrap/contact.php +++ b/public/themes/bootstrap/contact.php @@ -17,6 +17,10 @@ include __DIR__ . "/inc/header.inc.php";
+ + Leave this box empty + +
@@ -24,7 +28,7 @@ include __DIR__ . "/inc/header.inc.php";
- +
diff --git a/public/themes/dimension/contact.php b/public/themes/dimension/contact.php index 02016f5..eaf7800 100644 --- a/public/themes/dimension/contact.php +++ b/public/themes/dimension/contact.php @@ -10,13 +10,17 @@

+ + Leave this box empty + +
- +
@@ -46,7 +50,7 @@
- +
\ No newline at end of file diff --git a/public/themes/hyperspace/home.php b/public/themes/hyperspace/home.php index 2da312e..961b457 100644 --- a/public/themes/hyperspace/home.php +++ b/public/themes/hyperspace/home.php @@ -163,13 +163,17 @@ include __DIR__ . "/inc/head.inc.php";
+ + Leave this box empty + +
- +
diff --git a/public/themes/identity/contact.php b/public/themes/identity/contact.php index 7d8a613..0a1500a 100644 --- a/public/themes/identity/contact.php +++ b/public/themes/identity/contact.php @@ -6,11 +6,15 @@ include __DIR__ . "/inc/header.inc.php";
+ + Leave this box empty + +
- +
diff --git a/public/themes/massively/inc/footer.inc.php b/public/themes/massively/inc/footer.inc.php index a9b7d4e..2594dbe 100644 --- a/public/themes/massively/inc/footer.inc.php +++ b/public/themes/massively/inc/footer.inc.php @@ -2,13 +2,17 @@