try fix & in path

pull/324/head
qkqpttgf 2021-05-16 12:50:39 +08:00 committed by GitHub
parent 52d765a27f
commit 77d8147405
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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;