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 CSS "style.css"
|
||||||
#define LOGO "../files/logo.png"
|
#define LOGO "../files/logo.png"
|
||||||
|
|
||||||
#define DESC "-> from outer space"
|
#define DESC "cyberlake"
|
||||||
#define TITLE "/ img"
|
#define TITLE "/ img"
|
||||||
#define POST_PER_PAGE 5
|
#define POST_PER_PAGE 5
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
||||||
#define XML_FILE "index.xml"
|
#define XML_FILE "index.xml"
|
||||||
|
|
||||||
#define LANGUAGE "en-US"
|
#define LANGUAGE "en-US"
|
||||||
#define MAX_POST_COUNT 5
|
#define MAX_POST_COUNT 20
|
||||||
|
|
||||||
/* Date */
|
/* Date */
|
||||||
#define DATE_FORMAT "%a, %d %h %Y %H:%M:%S %z"
|
#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;
|
break;
|
||||||
|
|
||||||
p = i;
|
p = i;
|
||||||
|
count++;
|
||||||
}
|
}
|
||||||
|
|
||||||
fputs("\n</channel>\n</rss>", fp);
|
fputs("\n</channel>\n</rss>", fp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue