aboutsummaryrefslogtreecommitdiffstats
path: root/mod/zfinger.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-05-13 17:07:12 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-05-13 17:07:12 -0700
commit475dc7b686d6939d88c79dd58df1ff751356a922 (patch)
tree1271d12c627d8bd3826119df08e9d2c9477be3aa /mod/zfinger.php
parent4ca06ebd79b5258c5cb6ccb0871d98c9180f91b2 (diff)
parentc82082d2bbb00294d62330d577dcdbc9ec6b9d1c (diff)
downloadvolse-hubzilla-475dc7b686d6939d88c79dd58df1ff751356a922.tar.gz
volse-hubzilla-475dc7b686d6939d88c79dd58df1ff751356a922.tar.bz2
volse-hubzilla-475dc7b686d6939d88c79dd58df1ff751356a922.zip
Merge branch 'master' of https://github.com/redmatrix/redmatrix
Conflicts: boot.php include/api.php include/enotify.php
Diffstat (limited to 'mod/zfinger.php')
-rw-r--r--mod/zfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/zfinger.php b/mod/zfinger.php
index e236a1e73..6b93b3410 100644
--- a/mod/zfinger.php
+++ b/mod/zfinger.php
@@ -280,7 +280,7 @@ function zfinger_init(&$a) {
$ret['site']['channels'] = channel_total();
- $ret['site']['version'] = RED_PLATFORM . ' ' . RED_VERSION . '[' . DB_UPDATE_VERSION . ']';
+ $ret['site']['version'] = PLATFORM_NAME . ' ' . RED_VERSION . '[' . DB_UPDATE_VERSION . ']';
$ret['site']['admin'] = get_config('system','admin_email');