OSDN Git Service

Setting adjustment: $auth_method_type default should be 'pagename'.
authorhenoheno <henoheno>
Sat, 3 Jun 2006 11:08:29 +0000 (20:08 +0900)
committerhenoheno <henoheno>
Sat, 3 Jun 2006 11:08:29 +0000 (20:08 +0900)
'contents' is not WikiWiki option, means heavy

pukiwiki.ini.php

index 624951b..f7effde 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone
-// $Id: pukiwiki.ini.php,v 1.136 2006/06/03 11:04:28 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.137 2006/06/03 11:08:29 henoheno Exp $
 // Copyright (C)
 //   2002-2006 PukiWiki Developers Team
 //   2001-2002 Originally written by yu-ji
@@ -239,8 +239,8 @@ $auth_users = array(
 /////////////////////////////////////////////////
 // Authentication method
 
-$auth_method_type = 'contents';        // By Page contents
-//$auth_method_type = 'pagename';      // By Page name
+$auth_method_type      = 'pagename';   // By Page name
+//$auth_method_type    = 'contents';   // By Page contents
 
 /////////////////////////////////////////////////
 // Read auth (0:Disable, 1:Enable)