未验证 提交 77d81474 编写于 作者: Q qkqpttgf 提交者: GitHub

try fix & in path

上级 52d765a2
......@@ -738,7 +738,7 @@ function comppass($pass)
function encode_str_replace($str)
{
$str = str_replace('%','%25',$str);
$str = str_replace('&','&',$str);
//$str = str_replace('&','&',$str);
$str = str_replace('+','%2B',$str);
$str = str_replace('#','%23',$str);
return $str;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册