try fix & in path

This commit is contained in:
qkqpttgf
2021-05-16 12:50:39 +08:00
committed by GitHub
parent 52d765a27f
commit 77d8147405
+1 -1
View File
@@ -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;