diff options
| author | 2025-01-06 20:03:00 +0100 | |
|---|---|---|
| committer | 2025-01-06 20:04:24 +0100 | |
| commit | 3b818f557ae3c1073f1464fe0a7319a0e025ba86 (patch) | |
| tree | b9c30f207dd1d094be956cb686396d767c409000 /utils.c | |
| parent | Updated TODO. (diff) | |
| download | penes-snac2-3b818f557ae3c1073f1464fe0a7319a0e025ba86.tar.gz penes-snac2-3b818f557ae3c1073f1464fe0a7319a0e025ba86.tar.xz penes-snac2-3b818f557ae3c1073f1464fe0a7319a0e025ba86.zip | |
Add short_description_raw option
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 | "}"; |