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

uwuzu version 1.2.9

This commit is contained in:
daichimarukana
2023-08-22 23:07:46 +09:00
parent ea570c2d3d
commit a0640ebf9a
24 changed files with 230 additions and 72 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ try {
$userid = htmlentities($_GET['userid']);
$itemsPerPage = 30; // 1ページあたりの投稿数
$itemsPerPage = 15; // 1ページあたりの投稿数
$pageNumber = htmlentities(isset($_GET['page'])) ? htmlentities(intval($_GET['page'])) : 1;
$offset = ($pageNumber - 1) * $itemsPerPage;