PMCORE-3582
This commit is contained in:
@@ -203,7 +203,6 @@ class InstallerModule extends Controller
|
||||
$info->multibyte = new stdclass();
|
||||
$info->soap = new stdclass();
|
||||
$info->ldap = new stdclass();
|
||||
$info->mcrypt = new stdclass();
|
||||
$info->memory = new stdclass();
|
||||
|
||||
$info->php->version = $phpVer;
|
||||
@@ -272,10 +271,6 @@ class InstallerModule extends Controller
|
||||
$info->soap->version = G::LoadTranslation('ID_ENABLED');
|
||||
}
|
||||
|
||||
//mcrypt info
|
||||
$info->mcrypt->result = extension_loaded('mcrypt');
|
||||
$info->mcrypt->version = $info->mcrypt->result ? G::LoadTranslation('ID_ENABLED') : G::LoadTranslation('ID_NOT_ENABLED');
|
||||
|
||||
// ldap info
|
||||
$info->ldap->result = false;
|
||||
$info->ldap->version = G::LoadTranslation('ID_NOT_ENABLED');
|
||||
|
||||
Reference in New Issue
Block a user