]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.in
thanks James!
[ikiwiki.git] / ikiwiki.in
index c762712ba3caf1e7a62d44befef0dbb7b39c113b..5b1f57d16314bef6add96735c2737a7170a7d2ec 100755 (executable)
@@ -46,6 +46,7 @@ sub getconfig () { #{{{
                        "timeformat=s" => \$config{timeformat},
                        "sslcookie!" => \$config{sslcookie},
                        "httpauth!" => \$config{httpauth},
+                       "userdir=s" => \$config{userdir},
                        "exclude=s@" => sub {
                                push @{$config{wiki_file_prune_regexps}}, $_[1];
                        },