Changeset 1005
- Timestamp:
- 2005-03-10 19:28:34 (4 years ago)
- Files:
-
- miscellaneous/trunk/wiki-web/htdocs/wiki.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
miscellaneous/trunk/wiki-web/htdocs/wiki.pl
r1004 r1005 88 88 $FullUrl = "http://wiki.musicbrainz.org/wiki.pl"; # Set if the auto-detected URL is wrong 89 89 $RedirType = 1; # 1 = CGI.pm, 2 = script, 3 = no redirect 90 90 91 # WikiWrangler is dave's password 91 92 # 3h4u820 is Don Redman's. 92 93 # 20u58yhn0 is dupuy's 93 94 # o98jh69ds is ZeroGravitas' 95 # If you add a password for someone in here, please add them to the list 96 # at http://wiki.musicbrainz.org/wiki.pl?StatusOfThisWiki 94 97 $AdminPass = "WikiWrangler 3h4u820 20u58yhn0 o98jh69ds"; # Set to non-blank to enable password(s) 98 95 99 $EditPass = ""; # Like AdminPass, but for editing only 96 100 $StyleSheet = "/wiki.css"; # URL for CSS stylesheet (like "/wiki.css")