Skip to content

Commit 023f15b

Browse files
author
thom
committed
Remove monitor key field (#3844)
1 parent 9c6c181 commit 023f15b

File tree

2 files changed

+227
-208
lines changed

2 files changed

+227
-208
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -595,12 +595,6 @@
595595
'default' => 'http://www.ispconfig.org/atom',
596596
'value' => ''
597597
),
598-
'monitor_key' => array (
599-
'datatype' => 'VARCHAR',
600-
'formtype' => 'TEXT',
601-
'default' => '',
602-
'value' => ''
603-
),
604598
'tab_change_discard' => array (
605599
'datatype' => 'VARCHAR',
606600
'formtype' => 'CHECKBOX',

0 commit comments

Comments
 (0)