Skip to content

Commit 6ca75a6

Browse files
committed
Update system_config.tform.php
1 parent e84d5f9 commit 6ca75a6

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

interface/web/admin/form/system_config.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,12 @@
238238
'default' => 'y',
239239
'value' => array(0 => 'n', 1 => 'y')
240240
),
241+
'mailbox_show_backup_tab' => array (
242+
'datatype' => 'VARCHAR',
243+
'formtype' => 'CHECKBOX',
244+
'default' => 'y',
245+
'value' => array(0 => 'n', 1 => 'y')
246+
),
241247
'mailboxlist_webmail_link' => array (
242248
'datatype' => 'VARCHAR',
243249
'formtype' => 'CHECKBOX',

0 commit comments

Comments
 (0)