Register account 1.2-beta2 backported

This commit is contained in:
2025-08-28 11:52:12 -07:00
parent 2433ba162f
commit 7973484f0c
2 changed files with 49 additions and 0 deletions

View File

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