Skip to content
Snippets Groups Projects
Commit 023f15ba authored by Thom's avatar Thom :tools:
Browse files

Remove monitor key field (#3844)

parent 9c6c1817
No related branches found
No related tags found
1 merge request!1126Remove monitor key field (#3844)
...@@ -595,12 +595,6 @@ $form["tabs"]['misc'] = array ( ...@@ -595,12 +595,6 @@ $form["tabs"]['misc'] = array (
'default' => 'http://www.ispconfig.org/atom', 'default' => 'http://www.ispconfig.org/atom',
'value' => '' 'value' => ''
), ),
'monitor_key' => array (
'datatype' => 'VARCHAR',
'formtype' => 'TEXT',
'default' => '',
'value' => ''
),
'tab_change_discard' => array ( 'tab_change_discard' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'CHECKBOX', 'formtype' => 'CHECKBOX',
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment