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

uwuzu version 1.2.22

This commit is contained in:
daichimarukana
2023-09-12 22:55:41 +09:00
parent 86e172e90c
commit 4c588a6903
45 changed files with 376 additions and 183 deletions
+1 -6
View File
@@ -425,18 +425,13 @@ require('../logout/logout.php');
// データベースの接続を閉じる
$pdo = null;
if(isset($_GET['text'])){
$ueuse = $_GET['text'];
}else{
$ueuse = "";
}
?>
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="utf-8">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script src="../js/console_notice.js"></script>
<link rel="manifest" href="../manifest/manifest.json" />
<script>
if ("serviceWorker" in navigator) {