-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -195,2 +195,4 @@ void config_cb(const char *name, const char *value) | |||
195 | scan_tree(expand_macros(value), repo_config); | 195 | scan_tree(expand_macros(value), repo_config); |
196 | else if (!strcmp(name, "section-from-path")) | ||
197 | ctx.cfg.section_from_path = atoi(value); | ||
196 | else if (!strcmp(name, "source-filter")) | 198 | else if (!strcmp(name, "source-filter")) |