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 69902cd commit 2c4c134Copy full SHA for 2c4c134
webroot/panel/new_account.php
@@ -5,6 +5,7 @@
5
use UnityWebPortal\lib\exceptions\EntryNotFoundException;
6
use UnityWebPortal\lib\UnityHTTPD;
7
use UnityWebPortal\lib\UnityUser;
8
+use UnityWebPortal\lib\UnityGroup;
9
10
if ($USER->exists()) {
11
UnityHTTPD::redirect(CONFIG["site"]["prefix"] . "/panel/account.php");
0 commit comments