Skip to content

Commit

Permalink
Making ready for the mobile signup form
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel authored and daniel committed Mar 7, 2020
1 parent 0e0a3ac commit 696c945
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions objects/status.json.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
$obj->currentStorageUsage = getSecondsTotalVideosLength();
$obj->webSiteLogo = $config->getLogo();
$obj->webSiteTitle = $config->getWebSiteTitle();
$obj->PHPSESSID = session_id();
$obj->version = $config->getVersion();
$obj->mobileSreamerVersion = MobileManager::getVersion();
$obj->reportVideoPluginEnabled = AVideoPlugin::isEnabledByName("ReportVideo");
Expand Down

0 comments on commit 696c945

Please sign in to comment.