fixed bug
This commit is contained in:
parent
8f882ced2b
commit
3f54bd1a04
5 changed files with 28 additions and 32 deletions
6
config.h
6
config.h
|
@ -1,12 +1,12 @@
|
|||
/* Absolute path to */
|
||||
#define ROOT "."
|
||||
#define ROOT "8img_dir"
|
||||
#define DB ROOT"/db"
|
||||
|
||||
/* Html generator */
|
||||
#define CSS "style.css"
|
||||
#define LOGO "logo.jpg"
|
||||
#define LOGO "logo.png"
|
||||
|
||||
#define DESC "from outer space"
|
||||
#define DESC "-> from outer space"
|
||||
#define TITLE "8img gallery"
|
||||
#define POST_PER_PAGE 5
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue