Wikiデフォルトから色々変えてしまって忘れないように備忘録として記します。
誤 [[翻訳のモンスター項目:http://sample.s112.xrea.com/index.php?Translation#t876581f]] 正 [[翻訳のモンスター項目>Translation#t876581f]]
plugin/attach.inc.phpの160行あたり function attach_upload($file, $page, $pass = NULL) { global $_attach_messages, $notify, $notify_subject; if (PKWK_READONLY) die_message('PKWK_READONLY prohibits editing'); + if (preg_match('/\.(htm|html|exe)$/i',$file['name'])) die_message('Neither HTML nor EXE file are permitted.');