Support 1.6 - 1.6.3

This commit is contained in:
2025-08-28 10:23:12 -07:00
parent 331d7e99a0
commit 8f1f6098e3
4 changed files with 12 additions and 5 deletions

View File

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