8img/config.h
2024-11-10 09:38:38 +00:00

8 lines
153 B
C

#define TITLE "8img gallery"
#define POST_PER_PAGE 10
/* Absolute path to */
#define ROOT "8img_dir"
#define DB ROOT"/db"
#define CSS ROOT"/styles.css"