diff options
Diffstat (limited to 'config.def.h')
-rw-r--r-- | config.def.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 12dd086..74bcc14 100644 --- a/config.def.h +++ b/config.def.h @@ -1,4 +1,5 @@ int orz = 0; +int dirlist = 0; static char *title = "a wiki"; static char *id = "anonymous"; |