fix for old style version specifiers

This commit is contained in:
redmatrix
2016-09-08 22:56:51 -07:00
parent 2d83ea86dc
commit a90a0874b8
2 changed files with 5 additions and 3 deletions

View File

@@ -3963,9 +3963,6 @@ function zotinfo($arr) {
require_once('include/channel.php');
$ret['site']['channels'] = channel_total();
$ret['site']['version'] = Zotlabs\Lib\System::get_platform_name() . ' ' . STD_VERSION . '[' . DB_UPDATE_VERSION . ']';
$ret['site']['admin'] = get_config('system','admin_email');
$visible_plugins = array();