|
@@ -135,9 +135,6 @@ function ManageAttachmentSettings($return_config = false)
|
|
|
array('title', 'attachment_manager_settings'),
|
|
|
// Are attachments enabled?
|
|
|
array('select', 'attachmentEnable', array($txt['attachmentEnable_deactivate'], $txt['attachmentEnable_enable_all'], $txt['attachmentEnable_disable_new'])),
|
|
|
- '',
|
|
|
- // Extension checks etc.
|
|
|
- array('check', 'attachmentRecodeLineEndings'),
|
|
|
'',
|
|
|
// Directory and size limits.
|
|
|
array('select', 'automanage_attachments', array(0 => $txt['attachments_normal'], 1 => $txt['attachments_auto_space'], 2 => $txt['attachments_auto_years'], 3 => $txt['attachments_auto_months'], 4 => $txt['attachments_auto_16'])),
|