mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-11 01:24:27 +02:00
Friendica 'Ginger' 3.3
This commit is contained in:
parent
9513640ae3
commit
e2dc4f922c
3 changed files with 5 additions and 2 deletions
|
@ -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 )
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue