Skip to content

Commit

Permalink
lib(configsetup): remove not existing settings
Browse files Browse the repository at this point in the history
Should have been removed on #84

Change-Id: I0ba500a0227e93610ec68718a39de20c0530779c
  • Loading branch information
andi34 committed Nov 22, 2022
1 parent 224c9e7 commit 54808eb
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions lib/configsetup.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -1834,18 +1834,6 @@
'name' => 'protect[localhost_admin]',
'value' => $config['protect']['localhost_admin'],
],
'protect_update' => [
'view' => 'advanced',
'type' => 'hidden',
'name' => 'protect[update]',
'value' => $config['protect']['update'],
],
'protect_localhost_update' => [
'view' => 'expert',
'type' => 'hidden',
'name' => 'protect[localhost_update]',
'value' => $config['protect']['localhost_update'],
],
'protect_index' => [
'view' => 'advanced',
'type' => 'checkbox',
Expand Down

0 comments on commit 54808eb

Please sign in to comment.