MDL-46269 tool_httpsreplace: Make standard plugin & add to settings

This commit is contained in:
John Okely
2017-08-30 15:06:04 +08:00
committed by Marina Glancy
parent e3b853a79f
commit f7e6fb04db
4 changed files with 17 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ if (!$data = $form->get_data()) {
$progressbar->update_full(100, get_string('complete', 'tool_httpsreplace'));
echo $OUTPUT->continue_button(new moodle_url('/admin/index.php'));
echo $OUTPUT->continue_button(new moodle_url('/admin/settings.php', ['section' => 'httpsecurity']));
}
echo $OUTPUT->footer();