Skip to content

Commit c601ca0

Browse files
committed
index.php -> account.php (#251)
* index.php -> account.php * Update new_account.php
1 parent 5c2cee5 commit c601ca0

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"] . "/panel/index.php");
10+
UnitySite::redirect($CONFIG["site"]["prefix"] . "/panel/account.php");
1111
}
1212

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

0 commit comments

Comments
 (0)