Tag: PukiWiki
SetEnvIfNoCase Authorization "^(Basic .*)$" HTTP_AUTHORIZATION=$1
define('PLUGIN_SEARCH_DISABLE_GET_ACCESS', 0); // 1, 0
<form action="$script?cmd=search" method="get"> <div> <input type="hidden" name="cmd" value="search" /> <input type="text" name="word" value="$s_word" size="20" />
http://www.srcw.net/wiki/index.php?encode_hint=%A4%D7&cmd=search&word={query}
-[./?plugin=msearch&site=this(utf8),http://www.srcw.net/wiki/index.php(utf8)&word= msearch]
#lookup(msearch,マルチ検索)
#ref(./test.jpg, 50%)
[mbstring] mbstring.language = Japanese mbstring.internal_encoding = UTF-8 ;mbstring.http_input = auto mbstring.http_input = UTF-8 mbstring.http_output = UTF-8 mbstring.encoding_translation = On mbstring.detect_order = auto mbstring.substitute_character = none mbstring.func_overload = 1
Strict Standards: Declaration of Heading::canContain() should be compatible with Element::canContain($obj) Deprecated: ini_set(): Use of mbstring.http_input is deprecated in
error_reporting(E_ERROR | E_PARSE); // Avoid E_WARNING, E_NOTICE, etc
$ git diff diff --git a/plugin/popular2.inc.php b/plugin/popular2.inc.php index 07c9926..344a38d 100644 --- a/plugin/popular2.inc.php +++ b/plugin/popular2.inc.php @@ -123,7 +123,7 @@ function plugin_popular2_convert() $max = array_shift($args); $except = array_shift($args); $list = array_shift($args); - array_walk($args, 'plugin_popular2_check_arg', &$params); + array_walk($args, 'plugin_popular2_check_arg', $params); } if($list == '') $list = 'total'; if($except == '') $except = '';