diff --git a/webroot/panel/new_account.php b/webroot/panel/new_account.php index 4c831029..01e0dda8 100644 --- a/webroot/panel/new_account.php +++ b/webroot/panel/new_account.php @@ -7,7 +7,7 @@ use UnityWebPortal\lib\UnitySQL; if ($USER->exists()) { - UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/index.php"); + UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/account.php"); } $pending_requests = $SQL->getRequestsByUser($USER->getUID());