provide repository versions on admin summary page and an upgrade message if you're behind master

This commit is contained in:
redmatrix
2016-05-10 21:46:04 -07:00
parent 9caaa9397e
commit 4dd3839c41
4 changed files with 42 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ class Siteinfo extends \Zotlabs\Web\Controller {
function get() {
function get() {
if(! get_config('system','hidden_version_siteinfo')) {
$version = sprintf( t('Version %s'), \Zotlabs\Project\System::get_project_version());