diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 14:50:37 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-09-09 14:50:37 -0400 |
commit | 7a680431edd837809cd62666ead08944ddc5658c (patch) | |
tree | eacb58ffbf828edf0aa2eade8c6394fb5ef3eb13 /IkiWiki.pm | |
parent | 6f46cc3b3134e947bb2c5f1ae7dfdd85c9d9dc0c (diff) | |
download | ikiwiki-7a680431edd837809cd62666ead08944ddc5658c.tar ikiwiki-7a680431edd837809cd62666ead08944ddc5658c.tar.gz |
Add allow_symlinks_before_srcdir to config so websetup doesn't eat it.
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r-- | IkiWiki.pm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 01798941c..81c9a92f4 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -395,6 +395,13 @@ sub getsetup () { #{{{ safe => 0, rebuild => 0, }, + allow_symlinks_before_srcdir => { + type => "string", + default => 0, + description => "allow symlinks in the path leading to the srcdir (potentially insecure)", + safe => 0, + rebuild => 0, + }, } #}}} sub defaultconfig () { #{{{ |