diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:14:03 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2007-08-28 21:14:03 +0000 |
commit | 58318b3ef9f827425d0e1d44676f1b6b016cb413 (patch) | |
tree | 4f2e9cadc44e4896246f87c53273adba4cf86660 /doc/w3mmode | |
parent | fe316c44347f190c2e3e7443661cc1537ffb8fd3 (diff) |
* Allow -cgi -wrapper to be passed on the command line to generate a
wrapper.
* Fix some taint issues with generating wrappers using the command line.
Diffstat (limited to 'doc/w3mmode')
-rw-r--r-- | doc/w3mmode/ikiwiki.setup | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/w3mmode/ikiwiki.setup b/doc/w3mmode/ikiwiki.setup index d71221a8f..8cddec40b 100644 --- a/doc/w3mmode/ikiwiki.setup +++ b/doc/w3mmode/ikiwiki.setup @@ -21,6 +21,8 @@ use IkiWiki::Setup::Standard { { # The cgi wrapper. cgi => 1, + # This path can't be changed, since + # ikiwiki-w3m.cgi only looks in this one location. wrapper => "$ENV{HOME}/.ikiwiki/wrappers/ikiwiki.cgi", wrappermode => "0755", }, |