diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-08 22:56:51 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-08 22:56:51 -0700 |
commit | a90a0874b869071d370d8a65acc5d16231eb903d (patch) | |
tree | aa6693112430c5dd69d072a84f9eb76a3452f4aa /include | |
parent | 2d83ea86dca57e6fde65ee93366974ed53d0784f (diff) | |
download | volse-hubzilla-a90a0874b869071d370d8a65acc5d16231eb903d.tar.gz volse-hubzilla-a90a0874b869071d370d8a65acc5d16231eb903d.tar.bz2 volse-hubzilla-a90a0874b869071d370d8a65acc5d16231eb903d.zip |
fix for old style version specifiers
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/zot.php b/include/zot.php index 7093a255b..8771495ff 100644 --- a/include/zot.php +++ b/include/zot.php @@ -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(); |