typo
parent
0dc8b91226
commit
6492f5ee57
|
@ -47,7 +47,7 @@ sub getconfig () { #{{{
|
|||
"sslcookie!" => \$config{sslcookie},
|
||||
"httpauth!" => \$config{httpauth},
|
||||
"exclude=s@" => sub {
|
||||
push @{$config{wiki_file_prune_regexp}}, $_[1];
|
||||
push @{$config{wiki_file_prune_regexps}}, $_[1];
|
||||
},
|
||||
"adminuser=s@" => sub {
|
||||
push @{$config{adminuser}}, $_[1]
|
||||
|
|
Loading…
Reference in New Issue