fixed
This commit is contained in:
parent
a6dad6d697
commit
d0844c7fd6
2 changed files with 3 additions and 2 deletions
4
config.h
4
config.h
|
@ -7,7 +7,7 @@
|
|||
#define CSS "style.css"
|
||||
#define LOGO "../files/logo.png"
|
||||
|
||||
#define DESC "-> from outer space"
|
||||
#define DESC "cyberlake"
|
||||
#define TITLE "/ img"
|
||||
#define POST_PER_PAGE 5
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
|||
#define XML_FILE "index.xml"
|
||||
|
||||
#define LANGUAGE "en-US"
|
||||
#define MAX_POST_COUNT 5
|
||||
#define MAX_POST_COUNT 20
|
||||
|
||||
/* Date */
|
||||
#define DATE_FORMAT "%a, %d %h %Y %H:%M:%S %z"
|
||||
|
|
1
img.c
1
img.c
|
@ -458,6 +458,7 @@ void build_xml(const char *file, struct DB_STR *db) {
|
|||
break;
|
||||
|
||||
p = i;
|
||||
count++;
|
||||
}
|
||||
|
||||
fputs("\n</channel>\n</rss>", fp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue