mirror of
https://github.com/moodle/moodle.git
synced 2025-07-19 05:11:33 +02:00
MDL-46269 tool_httpsreplace: Make standard plugin & add to settings
This commit is contained in:
committed by
Marina Glancy
parent
e3b853a79f
commit
f7e6fb04db
@@ -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();
|
||||
|
Reference in New Issue
Block a user