mirror of
https://github.com/friendica/friendica
synced 2025-04-24 12:30:10 +00:00
The friendica constants have been moved to the app class
This commit is contained in:
parent
54951b7be6
commit
62a0d55fc8
22 changed files with 58 additions and 48 deletions
|
@ -69,8 +69,8 @@ class Statistics extends BaseModule
|
|||
|
||||
$statistics = array_merge([
|
||||
'name' => $this->config->get('config', 'sitename'),
|
||||
'network' => FRIENDICA_PLATFORM,
|
||||
'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
|
||||
'network' => App::PLATFORM,
|
||||
'version' => App::VERSION . '-' . DB_UPDATE_VERSION,
|
||||
'registrations_open' => $registration_open,
|
||||
'total_users' => $this->config->get('nodeinfo', 'total_users'),
|
||||
'active_users_halfyear' => $this->config->get('nodeinfo', 'active_users_halfyear'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue