summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-17 22:26:44 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-17 22:26:44 -0400
commit2febdaa840037d5f6d892172be29c733440cdcba (patch)
tree1b112b22dc5dbd5494e764f1758dcf50a8965448
parent78e7090bae1e21cf9fd758246a0606aab232713d (diff)
add DATA_DIRECTORY
-rw-r--r--blog.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/blog.h b/blog.h
index 3ce3976..6defd95 100644
--- a/blog.h
+++ b/blog.h
@@ -1,7 +1,8 @@
#ifndef BLOG_H
#define BLOG_H
-#define PASSWORD_FILE "/blog/password"
+#define PASSWORD_FILE "/blog/password"
+#define DATA_DIRECTORY "/jakob/blog"
void read_post_data(void);
char *find_post_data(char *key);