Backport 1.5 refresh login & login

This commit is contained in:
2025-09-12 07:34:15 -07:00
parent 03243fcde7
commit 7eed767a41
3 changed files with 54 additions and 2 deletions

View File

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