-rw-r--r-- | shared.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -139,2 +139,4 @@ void cgit_global_config_cb(const char *name, const char *value) | |||
139 | cgit_repo->module_link= xstrdup(value); | 139 | cgit_repo->module_link= xstrdup(value); |
140 | else if (!strcmp(name, "include")) | ||
141 | cgit_read_config(value, cgit_global_config_cb); | ||
140 | } | 142 | } |