diff --git a/resources/views/admin/diagnostics/home.blade.php b/resources/views/admin/diagnostics/home.blade.php index fc59a195..a8b12188 100644 --- a/resources/views/admin/diagnostics/home.blade.php +++ b/resources/views/admin/diagnostics/home.blade.php @@ -185,7 +185,10 @@ PHP INI - Security ignore_repeated_errors (false): {{ ini_get('ignore_repeated_errors') ? '✅' : '❌' }} - +
  • + PHP INI - Security disable_functions: + {{ ini_get('disable_functions') ? '✅' : '❌' }} +