Uncompleted backport code and more

This commit is contained in:
2025-09-04 17:51:26 -07:00
parent 0628679366
commit d2a7ad1f78
10 changed files with 187 additions and 13 deletions

View File

@@ -2,7 +2,13 @@
require __DIR__ . '/../incl/util.php';
setPlainHeader();
if (isAllowedDatabaseVersion(getClientVersion())) {
if (getClientVersion() == "1.2-beta2") {
if (
getClientVersion() == "1.2-beta2" ||
getClientVersion() == "1.2" ||
getClientVersion() == "1.21" ||
getClientVersion() == "1.3-beta1" ||
getClientVersion() == "1.3-beta2"
) {
require __DIR__ . '/backported/1.2-beta2/syncAccount.php';
exit;
}