We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c2cee5 commit c601ca0Copy full SHA for c601ca0
webroot/panel/new_account.php
@@ -7,7 +7,7 @@
7
use UnityWebPortal\lib\UnitySQL;
8
9
if ($USER->exists()) {
10
- UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/index.php");
+ UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/account.php");
11
}
12
13
$pending_requests = $SQL->getRequestsByUser($USER->getUID());
0 commit comments