Upload files to "/"

This commit is contained in:
8nl 2025-05-03 07:18:43 +00:00
parent fb751c82d9
commit 14ec1caae5

2
img.c
View file

@ -369,7 +369,7 @@ void build_html(const char *file, const struct UNIQ_TAGS ut, struct DB_STR *db)
while (p != NULL) {
struct DB_STR *i = p->next;
if (count > POST_PER_PAGE) {
if (count >= POST_PER_PAGE) {
count = 0;
pages++;
}