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

uwuzu version 1.2.27

This commit is contained in:
Daichimarukana
2023-11-29 00:40:59 +09:00
parent c51582a221
commit 6367282bb5
70 changed files with 1748 additions and 258 deletions
+7 -2
View File
@@ -1,5 +1,5 @@
<?php
header("Content-Type: application/json; charset=utf-8");
header("Content-Type: application/json; charset=utf-8; Access-Control-Allow-Origin: *;");
$mojisizefile = "../server/textsize.txt";
@@ -63,7 +63,7 @@ for( $i=0;$i<$cnt;$i++ ){
/*-------------------*/
$sql = "SELECT title, note, account, datetime FROM notice ORDER BY datetime DESC";
$notice_array = $pdo->query($sql);
while ($row = $notice_array->fetch(PDO::FETCH_ASSOC)) {
$notices[] = $row;
@@ -111,6 +111,11 @@ for( $i=0;$i<$cnt;$i++ ){
"invitation_code" => $invitation_code,
"usage" => [
"users" => $count1,
"ueuse" => $count2,
],
),
"software" => array(