aboutsummaryrefslogtreecommitdiff
path: root/app/model/Form.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/model/Form.php')
-rw-r--r--app/model/Form.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/model/Form.php b/app/model/Form.php
index 18ac634..9d0b4a4 100644
--- a/app/model/Form.php
+++ b/app/model/Form.php
@@ -40,7 +40,7 @@ class Form
|| (bool) empty($this->email) == true
|| (bool) empty($this->message) == true
) {
- header('Location: /contact');
+ header('Location: /contact/');
exit;
}
}