summaryrefslogtreecommitdiff
path: root/Core/Functions/func_register.php
diff options
context:
space:
mode:
Diffstat (limited to 'Core/Functions/func_register.php')
-rw-r--r--Core/Functions/func_register.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Functions/func_register.php b/Core/Functions/func_register.php
index b7c02cd..f7686e7 100644
--- a/Core/Functions/func_register.php
+++ b/Core/Functions/func_register.php
@@ -23,7 +23,7 @@ function register($email, $password, $userStatus) {
// Redirection vers message avec l'index du message à afficher.
$_SESSION["message"] = $message;
- header("Location: /Templates/message.php");
+ header("Location: /Template/message.php");
die();
}