mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 14:40:03 +08:00
分页组件适配php8.1
This commit is contained in:
@ -82,8 +82,8 @@ class Page
|
||||
{
|
||||
continue;
|
||||
}
|
||||
$k = htmlspecialchars($k);
|
||||
$v = htmlspecialchars($v);
|
||||
$k = empty($k) ? $k : htmlspecialchars($k);
|
||||
$v = empty($v) ? $v : htmlspecialchars($v);
|
||||
|
||||
if($tmp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user