summaryrefslogtreecommitdiff
path: root/IkiWiki.pm
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-08-02 22:46:16 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-08-02 22:50:09 -0400
commitc762b65ce42c18f026a16ee702cec5dc168a39be (patch)
treeeb75e3c268a10145f4a480a73d708f82b5d6d423 /IkiWiki.pm
parent5dbd053da36d9ab7afc41540ef075c3b7b78ddf4 (diff)
show unsafe options (RO) by default
Small data leak, but only to admins, and I think it's worth it to see the stuff that cannot be configured.
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 241a7c036..a2b4d8d80 100644
--- a/IkiWiki.pm
+++ b/IkiWiki.pm
@@ -92,7 +92,7 @@ sub getsetup () { #{{{
type => "string",
default => '',
example => "/var/www/wiki/ikiwiki.cgi",
- description => "cgi executable to generate",
+ description => "cgi wrapper to generate",
safe => 0, # file
rebuild => 0,
},