From: gc Date: Sat, 15 Mar 2008 16:29:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: 0.9.0~81 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=67063e1c74af4dfaddab1089f2e6cc5c0d2e7a9e *** empty log message *** --- diff --git a/bin/booh-backend b/bin/booh-backend index ef86b69..b8ec159 100755 --- a/bin/booh-backend +++ b/bin/booh-backend @@ -848,6 +848,7 @@ def walk_source_dir ios.write("AuthType Basic\nAuthName \"protected area\"\nAuthUserFile #{auth_user_file}\nrequire valid-user\n") end if $multi_languages + ios.write("Options Multiviews\n") ios.write("LanguagePriority #{$multi_languages[1]}\n") ios.write("ForceLanguagePriority Prefer Fallback\n") ios.write("DirectoryIndex index\n")