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");