Sync account 1.2-beta2 endpoint

This commit is contained in:
2025-08-28 11:21:38 -07:00
parent 024ce2fb57
commit 2433ba162f
5 changed files with 39 additions and 4 deletions

View File

@@ -1,6 +1,10 @@
<?php
require __DIR__ . '/../incl/util.php';
setPlainHeader();
if (getClientVersion() == "1.2-beta2") {
require __DIR__ . '/backported/12beta2-syncAccount.php';
exit;
}
checkClientDatabaseVersion();
$post = getPostData();