try fix & in path
This commit is contained in:
+1
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user