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

uwuzu v1.3.6 new_planet

This commit is contained in:
Daichimarukana
2024-04-24 00:17:27 +09:00
parent c59f9a3366
commit 9c39e54191
94 changed files with 7116 additions and 1464 deletions
+2 -2
View File
@@ -213,11 +213,11 @@ require('../logout/logout.php');
<?php endif; ?>
<div class="formarea">
<p>発行完了!以下のアクセストークンでこのアカウント(<?php echo $userid?>)に投稿を行えます!</p>
<p>アクセストークンは以下のものです!<br>
<p>アクセストークンは以下のものです!</p>
<ul class="errmsg">
<p>以下のアクセストークンは絶対に他人に知られないように大切に保管してください!</p>
</ul>
<p><?php echo $token;?>
<p><?php echo htmlentities($token, ENT_QUOTES, 'UTF-8',false);?></p>
</div>
<a href="index" class="irobutton">戻る</a>