From: Joey Hess Date: Wed, 29 Oct 2008 18:11:09 +0000 (-0400) Subject: allow_symlinks_before_srcdir is a boolean X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/7237fc7f2e96557e06caf48f97db9b041ffa870b allow_symlinks_before_srcdir is a boolean --- 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,