begin to cut the umbilical

This commit is contained in:
friendica
2013-04-14 22:24:47 -07:00
parent e411a4bdc2
commit b84d8bfbc9
19 changed files with 35 additions and 35 deletions

View File

@@ -188,7 +188,7 @@ function admin_page_summary(&$a) {
'$users' => Array( t('Registered users'), $users),
'$accounts' => $accounts,
'$pending' => Array( t('Pending registrations'), $pending),
'$version' => Array( t('Version'), FRIENDICA_VERSION),
'$version' => Array( t('Version'), RED_VERSION),
'$build' => get_config('system','db_version'),
'$plugins' => Array( t('Active plugins'), $a->plugins )
));