twofactor_totp/templates/personal.php

12 строки
225 B
PHP
Исходник Обычный вид История

2016-06-04 20:07:56 +03:00
<?php
script('twofactor_totp', 'settingsview');
script('twofactor_totp', 'settings');
?>
<div class="section">
2016-06-06 18:35:26 +03:00
<h2><?php p($l->t('TOTP Second-factor Auth')); ?></h2>
2016-06-04 20:07:56 +03:00
<div id="twofactor-totp-settings"></div>
</div>