1
0
mirror of https://github.com/Daichimarukana/uwuzu.git synced 2026-06-05 03:24:41 +00:00

Add files via upload

This commit is contained in:
だいちまる
2023-08-21 13:57:56 +09:00
committed by GitHub
parent 965d7b903c
commit 76cf76475c
21 changed files with 453 additions and 181 deletions
+7 -2
View File
@@ -22,7 +22,7 @@ $option = null;
$userid = $_SESSION['userid'];
$backupcode = $_SESSION['backupcode'];
try {
@@ -112,6 +112,8 @@ $notiQuery->execute();
$notiData = $notiQuery->fetch(PDO::FETCH_ASSOC);
$notificationcount = $notiData['notification_count'];
require('../logout/logout.php');
?>
@@ -148,8 +150,11 @@ $notificationcount = $notiData['notification_count'];
<?php endforeach; ?>
</ul>
<?php endif; ?>
<div class="formarea">
<p>登録完了!セキュリティの強化にご協力いただきありがとうございます!<br>(≧∇≦)</p>
<p>バックアップコードは以下のものです!<br>以下のコードでスマートフォンをなくしてしまったなどのもしものときにログインいただけます。<br>絶対に大切に保管してください!<br>また、そのバックアップコードは絶対に公開しないでください。</p>
<p><?php echo $backupcode;?>
</div>
<a href="index" class="irobutton">戻る</a>
</div>