fix: nav
This commit is contained in:
@@ -406,8 +406,8 @@ function decode_string($string)
|
||||
} else { // 字符串处理
|
||||
$string = stripcslashes($string);
|
||||
$string = htmlspecialchars_decode($string, ENT_QUOTES);
|
||||
$string = preg_replace_r('/pboot:if/i', 'pboot@if', $string); // 避免解码绕过问题
|
||||
}
|
||||
$string = preg_replace_r('/pboot:if/i', 'pboot@if', $string); // 避免解码绕过问题
|
||||
return $string;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user