diff options
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -27,7 +27,9 @@ static const char *default_srv_config = "{" | |||
| 27 | "\"timeline_purge_days\": 120," | 27 | "\"timeline_purge_days\": 120," |
| 28 | "\"local_purge_days\": 0," | 28 | "\"local_purge_days\": 0," |
| 29 | "\"admin_email\": \"\"," | 29 | "\"admin_email\": \"\"," |
| 30 | "\"admin_account\": \"\"" | 30 | "\"admin_account\": \"\"," |
| 31 | "\"title\": \"\"," | ||
| 32 | "\"short_description\": \"\"" | ||
| 31 | "}"; | 33 | "}"; |
| 32 | 34 | ||
| 33 | static const char *default_css = | 35 | static const char *default_css = |