Pushing to 19. Covid ack-wall. Fr lang fix. Function repair. More work on users/sites mgmt.

This commit is contained in:
2021-04-16 11:10:38 -04:00
parent ca66049813
commit c86fe5a314
7 changed files with 176 additions and 42 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.18-beta';
echo $transLang['SOFTWARE_VERSION'] . ': lobbysio_v0.19-beta';
}
public function getUTC () {