|
|
@@ -621,13 +621,6 @@ function zimbraSingle_ConfigOptions($params)
|
|
|
->where('id', $serverIDArray)
|
|
|
->where('active', '=', 1)
|
|
|
->get();
|
|
|
- logModuleCall(
|
|
|
- 'zimbrasingle',
|
|
|
- __FUNCTION__,
|
|
|
- $serverIDArray,
|
|
|
- "Debug" ,
|
|
|
- $server
|
|
|
- );
|
|
|
$accessData['zimbraServer'] = $server[0]->ipaddress;
|
|
|
$accessData['adminUser'] = $server[0]->username;
|
|
|
$adminPassCrypt = $server[0]->password;
|