Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rm
[git.ikiwiki.info.git]
/
ikiwiki.in
diff --git
a/ikiwiki.in
b/ikiwiki.in
index b8acd61ea2c508d12e788764e01a1e3fc724e5ff..fd864e0d82a78a96c5377fc8b18fc26edc7d722c 100755
(executable)
--- a/
ikiwiki.in
+++ b/
ikiwiki.in
@@
-49,6
+49,8
@@
sub getconfig () { #{{{
"sslcookie!" => \$config{sslcookie},
"httpauth!" => \$config{httpauth},
"userdir=s" => \$config{userdir},
+ "htmlext=s" => \$config{htmlext},
+ "libdir" => \$config{libdir},
"exclude=s@" => sub {
push @{$config{wiki_file_prune_regexps}}, $_[1];
},