From 9e82faf6f3c99222e4895afbebdd6450c9b0b545 Mon Sep 17 00:00:00 2001 From: ELF <360197197@qq.com> Date: Thu, 5 Mar 2020 18:19:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E9=97=AD=E5=90=8E=E5=8F=B0=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=97=A5=E5=BF=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Admin/Common/extend.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Application/Admin/Common/extend.php b/Application/Admin/Common/extend.php index 9d1972f58..d70685655 100644 --- a/Application/Admin/Common/extend.php +++ b/Application/Admin/Common/extend.php @@ -2221,6 +2221,7 @@ function a_array_unique($array){ */ function addOperationLog($options) { + return; $checkarr = ['op_type','url','key']; foreach ($checkarr as $v) { if(!array_key_exists($v,$options)){