diff options
| author | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
|---|---|---|
| committer | Debulois <quentin@debulois.fr> | 2022-04-04 22:58:43 +0200 |
| commit | 5582d242d03692a7e1b2c631e1b4ff3f52e8b72c (patch) | |
| tree | c1e0242053a46d7b4145111a78a3e86e3cfd2f0d /Core/Functions/func_info.php | |
| parent | b637d625216e50602d0bde8a544c281ca00af5fa (diff) | |
Révision complète du css et modification du js principalement
Diffstat (limited to 'Core/Functions/func_info.php')
| -rw-r--r-- | Core/Functions/func_info.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Core/Functions/func_info.php b/Core/Functions/func_info.php index 8464fe1..89b1688 100644 --- a/Core/Functions/func_info.php +++ b/Core/Functions/func_info.php @@ -34,7 +34,7 @@ function info_update_user_infos($userInfos, $userId, $userStatus) { // Redirection vers message avec l'index du message à afficher. $message = ["infosUpdate", "success"]; $_SESSION["message"] = $message; - header("Location: /Templates/message.php"); + header("Location: /Template/message.php"); die(); } |
