diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-10-29 14:11:09 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-10-29 14:11:09 -0400 |
commit | 7237fc7f2e96557e06caf48f97db9b041ffa870b (patch) | |
tree | a059b3c7b22a193d501f3d829adde9d76760d877 | |
parent | 5b7677faba891645eb85db2f42ebeaf8b6dcc9f0 (diff) | |
download | ikiwiki-7237fc7f2e96557e06caf48f97db9b041ffa870b.tar ikiwiki-7237fc7f2e96557e06caf48f97db9b041ffa870b.tar.gz |
allow_symlinks_before_srcdir is a boolean
-rw-r--r-- | IkiWiki.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/IkiWiki.pm b/IkiWiki.pm index 1a55945a8..bab7b707a 100644 --- a/IkiWiki.pm +++ b/IkiWiki.pm @@ -411,7 +411,7 @@ sub getsetup () { #{{{ rebuild => 0, }, allow_symlinks_before_srcdir => { - type => "string", + type => "boolean", default => 0, description => "allow symlinks in the path leading to the srcdir (potentially insecure)", safe => 0, |