Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 27... Línea 27...
27
 
27
 
28
// No require_login, unauthenticated page.
28
// No require_login, unauthenticated page.
29
$PAGE->set_context(\context_system::instance());
29
$PAGE->set_context(\context_system::instance());
30
$PAGE->set_url(new moodle_url('/admin/tool/mfa/guide.php'));
30
$PAGE->set_url(new moodle_url('/admin/tool/mfa/guide.php'));
31
$PAGE->set_title(get_string('guidance', 'tool_mfa'));
31
$PAGE->set_title(get_string('guidance', 'tool_mfa'));
Línea 32... Línea 32...
32
$PAGE->set_pagelayout('standard');
32
$PAGE->set_pagelayout('secure');
33
 
33
 
34
// If guidance page isn't enabled, just redir back to home.
34
// If guidance page isn't enabled, just redir back to home.
35
if (!get_config('tool_mfa', 'guidance')) {
35
if (!get_config('tool_mfa', 'guidance')) {