diff options
author | redmatrix <git@macgirvin.com> | 2016-05-24 19:25:10 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-05-24 19:25:10 -0700 |
commit | f9a295a23627cf272e14559b8a11e3780de43ea1 (patch) | |
tree | 25330d4cd6d6661f6ee0af12977d9b1f1d2f54e8 /include/zot.php | |
parent | 516c43ba154dc43ec0ef6135fb0a9732d0185a6f (diff) | |
download | volse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.tar.gz volse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.tar.bz2 volse-hubzilla-f9a295a23627cf272e14559b8a11e3780de43ea1.zip |
Add space between project name and server type
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index 64f1c0c0e..cfe524135 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3948,7 +3948,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'] = Zotlabs\Lib\System::get_platform_name() . Zotlabs\Lib\System::get_server_role(); + $ret['site']['project'] = Zotlabs\Lib\System::get_platform_name() . ' ' . Zotlabs\Lib\System::get_server_role(); } |