diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 07:31:37 +0100 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2016-01-18 07:31:37 +0100 |
commit | dd3f69eaf357d6a43e087b0b8ed8402738cc39a5 (patch) | |
tree | b6b1aa5903915d75ab74ee4f65a7868d53d6b036 /include/zot.php | |
parent | c4a14c27cf4ddff2f6225edc841f8cd53bbc7f44 (diff) | |
parent | fc54f54b989570e2767a53c3c72875255b0dc95f (diff) | |
download | volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.tar.gz volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.tar.bz2 volse-hubzilla-dd3f69eaf357d6a43e087b0b8ed8402738cc39a5.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zot.php b/include/zot.php index beaa54126..9d09aaf58 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3828,7 +3828,7 @@ function zotinfo($arr) { $ret['site']['channels'] = channel_total(); - $ret['site']['version'] = PLATFORM_NAME . ' ' . RED_VERSION . '[' . DB_UPDATE_VERSION . ']'; + $ret['site']['version'] = get_platform_name() . ' ' . RED_VERSION . '[' . DB_UPDATE_VERSION . ']'; $ret['site']['admin'] = get_config('system','admin_email'); @@ -3848,7 +3848,7 @@ function zotinfo($arr) { $ret['site']['sellpage'] = get_config('system','sellpage'); $ret['site']['location'] = get_config('system','site_location'); $ret['site']['realm'] = get_directory_realm(); - $ret['site']['project'] = PLATFORM_NAME; + $ret['site']['project'] = get_platform_name(); } |