From e79a5590f1c2959ec518a9d58c6290cddfa412f8 Mon Sep 17 00:00:00 2001 From: xiaomlove Date: Sat, 27 May 2023 23:45:39 +0800 Subject: [PATCH] revert stdmsg() --- app/Console/Commands/Test.php | 2 +- include/constants.php | 2 +- include/functions.php | 5 +---- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/app/Console/Commands/Test.php b/app/Console/Commands/Test.php index 8503fc34..dffc8664 100644 --- a/app/Console/Commands/Test.php +++ b/app/Console/Commands/Test.php @@ -97,7 +97,7 @@ class Test extends Command */ public function handle() { - $r = number_format(12356); + $r = NexusDB::cache_get("user_all_permissions:10001"); dd($r); } diff --git a/include/constants.php b/include/constants.php index 78418c76..ea7c3d81 100644 --- a/include/constants.php +++ b/include/constants.php @@ -1,6 +1,6 @@ '); - $text = strip_tags($text, ''); - } + } print("
\n"); if ($heading) print("

".$heading."

\n");