8 lines
144 B
C
8 lines
144 B
C
#define TITLE "8img gallery"
|
|
#define POST_PER_PAGE 5
|
|
|
|
/* Absolute path to */
|
|
#define ROOT "."
|
|
#define DB ROOT"/db"
|
|
#define CSS ROOT"/style.css"
|