0.22. fixed manual sign in, vwf, stray errors, lang patch, etc etc

This commit is contained in:
2021-06-18 10:02:44 -04:00
parent 429972512b
commit 17ce4fa156
7 changed files with 124 additions and 20 deletions

View File

@@ -29,7 +29,7 @@ class StaticFunctions {
public function getVersion ($app_disp_lang) {
$Translate = new \App\LobbySIO\Language\Translate($app_disp_lang);
$transLang = $Translate->userLanguage();
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.20-beta';
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.22-beta';
}
public function getUTC () {