log 残らない問題†
chmod 777 log
cd log/
chmod 777 browse download update
skin permission†
- greybox 等で 403 エラー
chmod go+x greybox lang
skin/default.css (章のインデント、カレンダーの幅)†
- plus にはカレンダーの幅が狭い minicalendar プラグインがあるので意味無し‥ ○rz
plugin/topicpath.inc.php†
pukiwiki.ini.php†
config-log.ini.php†
spam.ini.php†
remote ip 管理†
config-log.ini.php†
func.php†
function get_resolve_uri($cmd='', $page='', $path_reference='rel',
$query='', $\fragment='', $location=1)
<略>
if (! empty($page)) {
$ret .= $flag.$page_pref.rawurlencode($page);
$ret = preg_replace('/%2F/', '/', $ret); // yoya
$flag = '&';
}