Revisão | 0165e0fdfb26289d44f81ddb53e6b43dbadad809 (tree) |
---|---|
Hora | 2006-06-03 20:08:29 |
Autor | henoheno <henoheno> |
Commiter | henoheno |
Setting adjustment: $auth_method_type default should be 'pagename'.
'contents' is not WikiWiki option, means heavy
@@ -1,6 +1,6 @@ | ||
1 | 1 | <?php |
2 | 2 | // PukiWiki - Yet another WikiWikiWeb clone |
3 | -// $Id: pukiwiki.ini.php,v 1.136 2006/06/03 11:04:28 henoheno Exp $ | |
3 | +// $Id: pukiwiki.ini.php,v 1.137 2006/06/03 11:08:29 henoheno Exp $ | |
4 | 4 | // Copyright (C) |
5 | 5 | // 2002-2006 PukiWiki Developers Team |
6 | 6 | // 2001-2002 Originally written by yu-ji |
@@ -239,8 +239,8 @@ $auth_users = array( | ||
239 | 239 | ///////////////////////////////////////////////// |
240 | 240 | // Authentication method |
241 | 241 | |
242 | -$auth_method_type = 'contents'; // By Page contents | |
243 | -//$auth_method_type = 'pagename'; // By Page name | |
242 | +$auth_method_type = 'pagename'; // By Page name | |
243 | +//$auth_method_type = 'contents'; // By Page contents | |
244 | 244 | |
245 | 245 | ///////////////////////////////////////////////// |
246 | 246 | // Read auth (0:Disable, 1:Enable) |