Skip to content

Commit

Permalink
Merge branch 'MDL-81182_403' of https://github.com/aolley/moodle into…
Browse files Browse the repository at this point in the history
… MOODLE_403_STABLE
  • Loading branch information
HuongNV13 committed Apr 10, 2024
2 parents 2206374 + 639dceb commit a0cf83c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/tool/mfa/factor/email/email.php
Expand Up @@ -24,7 +24,7 @@
*/
// Ignore coding standards for login check, this page does not require login.
// @codingStandardsIgnoreStart
require_once(__DIR__ . '../../../../../../config.php');
require_once(__DIR__ . '/../../../../../config.php');
$instanceid = required_param('instance', PARAM_INT);
$pass = optional_param('pass', '0', PARAM_INT);
$secret = optional_param('secret', 0, PARAM_INT);
Expand Down

0 comments on commit a0cf83c

Please sign in to comment.