HOR-4273 It is not possible to download the Support information in 'enterprise manager'
- Add method get server version
This commit is contained in:
@@ -1439,12 +1439,9 @@ class adminProxy extends HttpProxyController
|
||||
//PHP Version
|
||||
$params['php'] = $systemInfo->php->version;
|
||||
|
||||
//Apache - IIS Version
|
||||
try {
|
||||
$params['apache'] = apache_get_version();
|
||||
} catch (Exception $e) {
|
||||
$params['apache'] = '';
|
||||
}
|
||||
//Apache - nginx IIS Version
|
||||
|
||||
$params['serverSoftwareVersion'] = System::getServerVersion();
|
||||
|
||||
//Installed Plugins (license info?)
|
||||
$arrayAddon = array ();
|
||||
|
||||
Reference in New Issue
Block a user