diff --git a/lam/templates/3rdParty/pla/config/config.php b/lam/templates/3rdParty/pla/config/config.php index 94f0fb80..c0082362 100644 --- a/lam/templates/3rdParty/pla/config/config.php +++ b/lam/templates/3rdParty/pla/config/config.php @@ -73,14 +73,4 @@ $servers->setValue('server','custom_sys_attrs', array('creatorsName', 'createTim 'modifyTimestamp', 'hasSubordinates', 'pwdChangedTime')); $config->custom->confirm['copy'] = false; -// debugging -if (($lamCfgMain->logDestination != 'NONE') && ($lamCfgMain->logLevel == LOG_DEBUG)) { - if ($lamCfgMain->logDestination == 'SYSLOG') { - $config->custom->debug['syslog'] = true; - } - else { - $config->custom->debug['file'] = $lamCfgMain->logDestination; - } - $config->custom->debug['level'] = 1023; -} ?>