Zeile 32 | Zeile 32 |
---|
$table = new Table; $table->construct_header($lang->recovery_codes);
|
$table = new Table; $table->construct_header($lang->recovery_codes);
|
$table->construct_cell($lang->recovery_codes_warning);
| $table->construct_cell("{$lang->recovery_codes_warning} <strong><a href=\"javascript:window.print()\">{$lang->print_recovery_codes}</a></strong>");
|
$table->construct_row();
$table->construct_cell(implode("<br />", $codes));
| $table->construct_row();
$table->construct_cell(implode("<br />", $codes));
|
Zeile 42 | Zeile 42 |
---|
$page->output_footer(); }
|
$page->output_footer(); }
|
|
|
if(!$mybb->input['action']) { require_once MYBB_ROOT."inc/3rdparty/2fa/GoogleAuthenticator.php";
| if(!$mybb->input['action']) { require_once MYBB_ROOT."inc/3rdparty/2fa/GoogleAuthenticator.php";
|