]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Statistics.php
Properly handle feed item creation date with surrounding whitespace
[friendica.git] / src / Module / Statistics.php
index db145bd430aa8b7d997837ab4aaebcaf831a6a0e..75d3e6432b17f76620607ce0322be17054aa7e06 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -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'),