1.4.x backport

This commit is contained in:
2025-10-08 09:59:26 -07:00
parent 8c13c24066
commit 9068227c72
12 changed files with 168 additions and 9 deletions

View File

@@ -15,6 +15,10 @@ if (isAllowedDatabaseVersion(getClientVersion())) {
require __DIR__ . '/backported/1.3-beta2/loginAccount.php';
exit;
}
if (getClientVersion() == "1.4.0-beta1") {
require __DIR__ . '/backported/1.4.0-beta1/loginAccount.php';
exit;
}
if (getClientVersion() == "1.5.0" || getClientVersion() == "1.5.1" || getClientVersion() == "1.5.2") {
require __DIR__ . '/backported/1.5/loginAccount.php';
exit;