Skip to content

Commit

Permalink
Issue #633: Move preferexternal setting
Browse files Browse the repository at this point in the history
  • Loading branch information
petersistrom committed Sep 18, 2024
1 parent 6388430 commit 59df022
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@
new lang_string('settings:useproxy_help', 'tool_objectfs'),
0));

$settings->add(new admin_setting_configcheckbox('tool_objectfs/preferexternal',
new lang_string('settings:preferexternal', 'tool_objectfs'), '', ''));

$settings->add(new admin_setting_heading('tool_objectfs/filetransfersettings',
new lang_string('settings:filetransferheader', 'tool_objectfs'), ''));

Expand Down Expand Up @@ -243,10 +246,4 @@
}
}
}

$settings->add(new admin_setting_heading('tool_objectfs/testsettings',
new lang_string('settings:testingheader', 'tool_objectfs'), ''));

$settings->add(new admin_setting_configcheckbox('tool_objectfs/preferexternal',
new lang_string('settings:preferexternal', 'tool_objectfs'), '', ''));
}

0 comments on commit 59df022

Please sign in to comment.