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

uwuzu version 1.2.20

This commit is contained in:
daichimarukana
2023-09-10 18:35:56 +09:00
parent c4a67e75ec
commit 27e53bf0fd
3 changed files with 6 additions and 2 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ function loadPosts() {
$("#loading").show();
var userid = '<?php echo $userid; ?>';
$.ajax({
url: '../nextpage/nextpage.php', // PHPファイルへのパス
url: '../nextpage/ftlpage.php', // PHPファイルへのパス
method: 'GET',
data: { page: pageNumber, userid: userid },
dataType: 'html',