mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 00:46:59 +01:00
* [MOD] Display additional information about internal versions
This commit is contained in:
@@ -23,6 +23,12 @@
|
||||
<div class="lowres-title"><?php echo __('sysPass version'); ?></div>
|
||||
|
||||
<?php printf('%s (%s)', \SP\Services\Install\Installer::VERSION_TEXT, \SP\Html\Html::strongText(VersionUtil::getVersionStringNormalized())); ?>
|
||||
<br>
|
||||
<?php printf('Config: %s', $configData->getConfigVersion()); ?>
|
||||
<br>
|
||||
<?php printf('App: %s', $configData->getAppVersion()); ?>
|
||||
<br>
|
||||
<?php printf('DB: %s', $configData->getDatabaseVersion()); ?>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user