HEX
Server: Apache
System: Linux webm010.cluster127.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: alloesb (202139)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/a/l/l/alloesb/www/wp-content/plugins/login-with-ajax/templates/2FA/modal.php
<?php
/**
 * 2FA Verification Template, which includes inner modal HTML and is shown when a user selects a verification method and verifies it.
 *
 * @version 1.0.0
 * @package Login With Ajax
 */
?>
<?php do_action('lwa_2FA_form_header'); ?>
<div class="lwa-modal-content lwa-wrapper lwa-bones">
	<div class="lwa pixelbones">
		<?php include(LoginWithAjax::locate_template('2FA/form.php')); ?>
	</div>
</div><!-- content -->
<?php do_action('lwa_2FA_form_footer'); ?>