aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-10-29 14:11:09 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-10-29 14:11:09 -0400
commit7237fc7f2e96557e06caf48f97db9b041ffa870b (patch)
treea059b3c7b22a193d501f3d829adde9d76760d877 /IkiWiki.pm
parent5b7677faba891645eb85db2f42ebeaf8b6dcc9f0 (diff)
downloadikiwiki-7237fc7f2e96557e06caf48f97db9b041ffa870b.tar
ikiwiki-7237fc7f2e96557e06caf48f97db9b041ffa870b.tar.gz
allow_symlinks_before_srcdir is a boolean
Diffstat (limited to 'IkiWiki.pm')
-rw-r--r--IkiWiki.pm2
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,