diff options
author | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:57:24 -0400 |
---|---|---|
committer | Joey Hess <joey@kodama.kitenet.net> | 2008-07-26 13:57:24 -0400 |
commit | ae8318b3cb447f400810c3fe8a8021720b965233 (patch) | |
tree | 4d62971fb4947b96a62ae22463ca649aeeef7c91 | |
parent | 6b19afb3ef4f27516db25da52869280be3e02c14 (diff) |
httpauth removed long ago
-rwxr-xr-x | ikiwiki.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ikiwiki.in b/ikiwiki.in index 8066bbc6e..5dc6ca952 100755 --- a/ikiwiki.in +++ b/ikiwiki.in @@ -46,7 +46,6 @@ sub getconfig () { #{{{ "adminemail=s" => \$config{adminemail}, "timeformat=s" => \$config{timeformat}, "sslcookie!" => \$config{sslcookie}, - "httpauth!" => \$config{httpauth}, "userdir=s" => \$config{userdir}, "htmlext=s" => \$config{htmlext}, "libdir=s" => \$config{libdir}, |