Add space between project name and server type

This commit is contained in:
redmatrix
2016-05-24 19:25:10 -07:00
parent 516c43ba15
commit f9a295a236
2 changed files with 2 additions and 2 deletions

View File

@@ -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();
}