]> sipb.mit.edu Git - ikiwiki.git/commitdiff
allow_symlinks_before_srcdir is a boolean
authorJoey Hess <joey@kodama.kitenet.net>
Wed, 29 Oct 2008 18:11:09 +0000 (14:11 -0400)
committerJoey Hess <joey@kodama.kitenet.net>
Wed, 29 Oct 2008 18:11:09 +0000 (14:11 -0400)
IkiWiki.pm

index 1a55945a83f7ec5d1f1f06da675e1eebbb4ea8f6..bab7b707aa6c485338fb3b863760e8019cd65e1c 100644 (file)
@@ -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,