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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user