mirror of
https://github.com/moodle/moodle.git
synced 2025-04-05 00:12:42 +02:00
MDL-42834 admin: Cleanup logic of login page only needed for loginhttps
This commit is contained in:
parent
4b501ec96b
commit
ebc11ab3c6
@ -30,13 +30,8 @@ require_once('lib.php');
|
||||
redirect_if_major_upgrade_required();
|
||||
|
||||
$testsession = optional_param('testsession', 0, PARAM_INT); // test session works properly
|
||||
$cancel = optional_param('cancel', 0, PARAM_BOOL); // redirect to frontpage, needed for loginhttps
|
||||
$anchor = optional_param('anchor', '', PARAM_RAW); // Used to restore hash anchor to wantsurl.
|
||||
|
||||
if ($cancel) {
|
||||
redirect(new moodle_url('/'));
|
||||
}
|
||||
|
||||
$context = context_system::instance();
|
||||
$PAGE->set_url("$CFG->httpswwwroot/login/index.php");
|
||||
$PAGE->set_context($context);
|
||||
|
Loading…
x
Reference in New Issue
Block a user