From d6279a38580e7a065d3ebe052ba5e921f0855f64 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Tue, 15 Jun 2021 22:10:39 +0800 Subject: [PATCH] release v1.6.0-beta10 --- include/cleanup.php | 2 +- include/constants.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/cleanup.php b/include/cleanup.php index e18205d1..759172a8 100644 --- a/include/cleanup.php +++ b/include/cleanup.php @@ -219,7 +219,7 @@ function delete_user(\Illuminate\Database\Eloquent\Builder $query, $reasonKey) ); sql_query($sql); \App\Models\UserBanLog::query()->insert($userBanLogData); - do_log("delete user($reasonKey): " . implode(', ', $uidArr)); + do_log("[DELETE_USER]($reasonKey): " . implode(', ', $uidArr)); return $uidArr; } diff --git a/include/constants.php b/include/constants.php index b09b092e..66c52503 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@