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 88fb5ee commit 1e5a772Copy full SHA for 1e5a772
webroot/panel/new_account.php
@@ -1,11 +1,11 @@
1
<?php
2
3
+require_once __DIR__ . "/../../resources/autoload.php";
4
+
5
use UnityWebPortal\lib\UnitySite;
6
use UnityWebPortal\lib\UnityGroup;
7
use UnityWebPortal\lib\UnitySQL;
8
-require_once __DIR__ . "/../../resources/autoload.php";
-
9
if ($USER->exists()) {
10
UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/index.php");
11
}
0 commit comments