Backport 1.5 register

This commit is contained in:
2025-09-12 07:35:44 -07:00
parent 7eed767a41
commit 2adacb4101
2 changed files with 46 additions and 0 deletions

View File

@@ -14,6 +14,10 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
require __DIR__ . '/backported/1.21/registerAccount.php';
exit;
}
if (getClientVersion() == "1.5.0" || getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
require __DIR__ . '/backported/1.5/registerAccount.php';
exit;
}
}
checkClientDatabaseVersion();
$conn = newConnection();