再提出うp

Similar documents
Lecture on

REALV5_A4…p_Ł\1_4A_OCF

untitled

「都市から地方への人材誘致・移住促進に関する調査」

<91498EE88CA D815B2E786C73>

〔 大 会 役 員 〕

橡本体資料+参考条文.PDF


untitled

.L.....C1205.qxd

.L.....C1105.qxd

Contents


GA-1190J

GA-1200J


平和教育の目標と主題(案)


untitled

Web apache

No.28

校友会16号-ol.indd

Page 1


Resigtration Manual (Japanese)

ビットリアカップ2007けいはんなサイクルレースリザルト

yume_P01-056




No


n_bead 4_14_NotOut

newmodelinformation_book_sample.pdf


21


さきたま57号p01.indd



2


No W A K A Y A M A 1 2 Contents


n_bead 4_14_NotOut

1 CONTENTS P.6 P.13 P.15 P.16 P.22 P.30 P.37 P.41 P.42 P.43 P.44 P.45 P.46 P.2 P.2 P.3 P.2 P.3 P.2 P.6 P.5 P.4 P.3 P.3 P.3 P.3

PJta_h1h4_0329.ai

„”Łñ5„”“ƒ


yama291_02_15ck.indd

子ども・子育て支援新制度ハンドブック(平成27年7月改訂版)

表紙.indd

ご利用ガイドブック(お便りフォトサービス編)スマートフォン版

−ÈŁÛ05/‚æ4‘Í

顧客満足は利益の源泉

トップ営業マンに学ぶ営業テクニック

.X../...O..

P01.pdf

<93AF918B89EF89EF95F12091E631318D862E706466>

24_5章_01f

untitled

Contents

.\..

untitled

旬をたのしむ京野菜

13_08_JA.indd

< F41348D818EC58C9F92E88E518D6C8F912E6169>

お客様の心をつかむ営業活動のセオリーと実践法

+303_H1_4.ai

untitled


育児・介護ガイド(表紙).eps

かたがみ


untitled

untitled



名称未設定-1

表紙 3.3

<93FA967B8CEA2E706466>

海外旅行_2007pdf版

名称未設定-1

オートバイの保険.indd

„”Łñ(8/9„”“ƒ)Œ{Ł¶

CONTENTS

untitled

untitled

CONTENTS

2

1N-SISE _巻頭PART1_X3_3.indd

CONTENTS

CONTENTS

konishi 01 []

橡Taro10-卒論 浦野。.PDF


arakawa287.pdf

患者満足度向上に有用なクレーム対応のポイント


美原通信

Transcription:

!!!

///////////////////////////////////////////////// // User definition $auth_users = array(! // Username => password <- 'user'=>'abc', <- userabc! 'foo'!=> 'foo_passwd', // Cleartext! 'bar'!=> '{x-php-md5}f53ae779077e987718cc285b14dfbe86', // PHP md5() 'bar_passwd'! 'hoge'! => '{SMD5}OzJo/boHwM4q5R+g7LCOx2xGMkFKRVEx', // LDAP SMD5 'hoge_passwd' ); ///////////////////////////////////////////////// // Authentication method $auth_method_type!= 'pagename';! // By Page name <- //$auth_method_type! = 'contents';! // By Page contents ///////////////////////////////////////////////// // Read auth (0:Disable, 1:Enable) $read_auth = 1; <- 1 $read_auth_pages = array(! // Regex!! Username '/test1'=>'user', <- test1 user! '#HogeHoge#'!! => 'hoge',! '#(NETABARE NetaBare)#'! => 'foo,bar,hoge', ); ///////////////////////////////////////////////// // Edit auth (0:Disable, 1:Enable) $edit_auth = 1; <- 1 $edit_auth_pages = array(! // Regex!! Username '/test1/'=>'user', <- test1 user! '#BarDiary#'!! => 'bar',! '#HogeHoge#'!! => 'hoge',

! '#(NETABARE NetaBare)#'! => 'foo,bar,hoge', ); ///////////////////////////////////////////////// // Search auth // 0: Disabled (Search read-prohibited page contents) // 1: Enabled (Search only permitted pages for the user) $search_auth = 1; <- 1

// max file size for upload on PHP(PHP default 2MB) ini_set("upload_max_filesize","2m"); // max file size for upload on script of PukiWiki(default 1MB) define("max_filesize",1000000); ; Maximum amount of memory a script may consume (8MB) memory_limit = 8M ; Maximum size of POST data that PHP will accept. post_max_size = 8M ; Maximum allowed size for uploaded files. upload_max_filesize = 2M