• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision0165e0fdfb26289d44f81ddb53e6b43dbadad809 (tree)
Time2006-06-03 20:08:29
Authorhenoheno <henoheno>
Commiterhenoheno

Log Message

Setting adjustment: $auth_method_type default should be 'pagename'.
'contents' is not WikiWiki option, means heavy

Change Summary

Incremental Difference

--- a/pukiwiki.ini.php
+++ b/pukiwiki.ini.php
@@ -1,6 +1,6 @@
11 <?php
22 // 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 $
44 // Copyright (C)
55 // 2002-2006 PukiWiki Developers Team
66 // 2001-2002 Originally written by yu-ji
@@ -239,8 +239,8 @@ $auth_users = array(
239239 /////////////////////////////////////////////////
240240 // Authentication method
241241
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
244244
245245 /////////////////////////////////////////////////
246246 // Read auth (0:Disable, 1:Enable)