Backport login account to 1.2-beta2

This commit is contained in:
2025-08-28 11:06:25 -07:00
parent 8f1f6098e3
commit 024ce2fb57
3 changed files with 53 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ function exitWithMessage($message, $encrypt = true) {
}
exit;
}
function getClientVersion() {
return $_SERVER['HTTP_CLIENTVERSION'];
}