mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 03:25:50 +00:00
Removed pre-release special version handling
This commit is contained in:
@@ -12,7 +12,8 @@ class SystemController extends BaseController
|
||||
public function About(Request $request, Response $response, array $args)
|
||||
{
|
||||
return $this->renderPage($response, 'about', [
|
||||
'system_info' => $this->getApplicationService()->GetSystemInfo(),
|
||||
'systemInfo' => $this->getApplicationService()->GetSystemInfo(),
|
||||
'versionInfo' => $this->getApplicationService()->GetInstalledVersion(),
|
||||
'changelog' => $this->getApplicationService()->GetChangelog()
|
||||
]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user