From 77d8147405c5206bd91fef6236be258bbc24b46e Mon Sep 17 00:00:00 2001 From: qkqpttgf <45693631+qkqpttgf@users.noreply.github.com> Date: Sun, 16 May 2021 12:50:39 +0800 Subject: [PATCH] try fix & in path --- common.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.php b/common.php index 0a73754..c5423cc 100644 --- a/common.php +++ b/common.php @@ -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; -- GitLab