Friendica 'Ginger' 3.3

This commit is contained in:
Fabrixxm 2014-10-06 08:56:55 +02:00
parent 9513640ae3
commit e2dc4f922c
3 changed files with 5 additions and 2 deletions

View file

@ -223,6 +223,8 @@ function admin_page_summary(&$a) {
'$accounts' => $accounts,
'$pending' => Array( t('Pending registrations'), $pending),
'$version' => Array( t('Version'), FRIENDICA_VERSION),
'$platform' => FRIENDICA_PLATFORM,
'$codename' => FRIENDICA_CODENAME,
'$build' => get_config('system','build'),
'$plugins' => Array( t('Active plugins'), $a->plugins )
));