diff options
| author | 2025-02-05 10:52:14 +0100 | |
|---|---|---|
| committer | 2025-02-05 10:52:14 +0100 | |
| commit | 61d399a3682c4e4c488d3a2ae806cde372199280 (patch) | |
| tree | a82064307c4fb676b2204daa2ce15445977bc638 /utils.c | |
| parent | Fixed crash in xs_fcgi_request(). (diff) | |
| parent | Merge pull request 'Add short_description_raw option' (#266) from ltning/snac... (diff) | |
| download | snac2-61d399a3682c4e4c488d3a2ae806cde372199280.tar.gz snac2-61d399a3682c4e4c488d3a2ae806cde372199280.tar.xz snac2-61d399a3682c4e4c488d3a2ae806cde372199280.zip | |
Merge branch 'master' of grunfink-codeberg:grunfink/snac2
Diffstat (limited to 'utils.c')
| -rw-r--r-- | utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -36,6 +36,7 @@ static const char *default_srv_config = "{" | |||
| 36 | "\"admin_account\": \"\"," | 36 | "\"admin_account\": \"\"," |
| 37 | "\"title\": \"\"," | 37 | "\"title\": \"\"," |
| 38 | "\"short_description\": \"\"," | 38 | "\"short_description\": \"\"," |
| 39 | "\"short_description_raw\": false," | ||
| 39 | "\"protocol\": \"https\"," | 40 | "\"protocol\": \"https\"," |
| 40 | "\"fastcgi\": false" | 41 | "\"fastcgi\": false" |
| 41 | "}"; | 42 | "}"; |