]> sipb.mit.edu Git - ikiwiki.git/blobdiff - ikiwiki.pl
* Patch from Alec Berryman adding a http_auth config item that allows
[ikiwiki.git] / ikiwiki.pl
index b4cf0e64a959e57e88b862a00f85c5625e4b24d9..b9a0db7e4a35daadf28e2b829153e1958390af4c 100755 (executable)
@@ -47,6 +47,7 @@ sub getconfig () { #{{{
                        "adminemail=s" => \$config{adminemail},
                        "timeformat=s" => \$config{timeformat},
                        "sslcookie!" => \$config{sslcookie},
+                       "httpauth!" => \$config{httpauth},
                        "exclude=s@" => sub {
                                $config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/;
                        },