From 5b9b199ce4ee2a44f473f69ba341d786591f82ea Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 24 May 2024 15:39:45 +0800 Subject: [PATCH] fix update_info_by_keys --- application/controllers/infofix.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/application/controllers/infofix.php b/application/controllers/infofix.php index 2a78a2f9..960b1aed 100644 --- a/application/controllers/infofix.php +++ b/application/controllers/infofix.php @@ -123,7 +123,9 @@ class infofix extends CI_Controller count($keyArr) != 4 || mb_stripos($keys, '/') === false || mb_stripos($keys, 'undefined') !== false || - mb_stripos($keys, 'null') !== false + mb_stripos($keys, 'null') !== false || + mb_stripos($keys, '@@') !== false || + mb_stripos($keys, '@ @') !== false ) { echo json_encode(array()); return false;