]> git.plutz.net Git - busy/commitdiff
fixed typo
authorpaul <paul@plutz.net>
Sun, 30 Oct 2011 19:00:03 +0000 (19:00 +0000)
committerpaul <paul@plutz.net>
Sun, 30 Oct 2011 19:00:03 +0000 (19:00 +0000)
svn path=/trunk/; revision=21

write/.htaccess

index df30f7e80b44df3e193bf8324ed77e55246db511..77d59529f1f334ab1b9550cdca867ebf76095e16 100644 (file)
@@ -8,7 +8,7 @@ DirectoryIndex index.cgi
 
 <FilesMatch "^user_">
 AuthType Basic
-AuthName "Kinoserver Login"
-AuthUserFile /sites/kinob.plutz.net/http/.htpasswd
+AuthName "Busy Login"
+AuthUserFile /sites/busy.plutz.net/http/auth/htpasswd
 Require valid-user
 </FilesMatch>