try fix & in path
parent
52d765a27f
commit
77d8147405
|
@ -738,7 +738,7 @@ function comppass($pass)
|
||||||
function encode_str_replace($str)
|
function encode_str_replace($str)
|
||||||
{
|
{
|
||||||
$str = str_replace('%','%25',$str);
|
$str = str_replace('%','%25',$str);
|
||||||
$str = str_replace('&','&',$str);
|
//$str = str_replace('&','&',$str);
|
||||||
$str = str_replace('+','%2B',$str);
|
$str = str_replace('+','%2B',$str);
|
||||||
$str = str_replace('#','%23',$str);
|
$str = str_replace('#','%23',$str);
|
||||||
return $str;
|
return $str;
|
||||||
|
|
Loading…
Reference in New Issue