diff --git a/public/index.php b/public/index.php index e845970..82c2962 100644 --- a/public/index.php +++ b/public/index.php @@ -465,6 +465,7 @@ ))); header("Location: /admin/accounts?updatedId=" . $id . "#account-" . $id); + $app->response->setStatus(303); } });