Skip to content

Commit 8590c31

Browse files
authored
Update new_account.php
1 parent aed876f commit 8590c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webroot/panel/new_account.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
use UnityWebPortal\lib\UnitySQL;
88

99
if ($USER->exists()) {
10-
UnitySite::redirect($CONFIG["site"]["prefix"] . "/account.php");
10+
UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/account.php");
1111
}
1212

1313
$pending_requests = $SQL->getRequestsByUser($USER->getUID());

0 commit comments

Comments
 (0)