diff --git a/resources/views/admin/diagnostics/home.blade.php b/resources/views/admin/diagnostics/home.blade.php
index 1fedf285..6d183604 100644
--- a/resources/views/admin/diagnostics/home.blade.php
+++ b/resources/views/admin/diagnostics/home.blade.php
@@ -58,15 +58,15 @@
ACTIVITYPUB instance actor created:
- {{ \App\Models\InstanceActor::count() ? '✅' : '❌' }}
+ {{ \App\Models\InstanceActor::count() ? '✅ true' : '❌ false' }}
ACTIVITYPUB instance actor cached:
- {{ Cache::get(\App\Models\InstanceActor::PROFILE_KEY) ? '✅' : '❌' }}
+ {{ Cache::get(\App\Models\InstanceActor::PROFILE_KEY) ? '✅ true' : '❌ false' }}
OAUTH enabled:
- {{ config_cache('pixelfed.oauth_enabled') ? '✅' : '❌' }}
+ {{ config_cache('pixelfed.oauth_enabled') ? '✅ true' : '❌ false' }}
OAUTH token_expiration
@@ -74,11 +74,11 @@
OAUTH public key exists:
- {{ file_exists(storage_path('oauth-public.key')) ? '✅' : '❌' }}
+ {{ file_exists(storage_path('oauth-public.key')) ? '✅ true' : '❌ false' }}
OAUTH private key exists:
- {{ file_exists(storage_path('oauth-private.key')) ? '✅' : '❌' }}
+ {{ file_exists(storage_path('oauth-private.key')) ? '✅ true' : '❌ false' }}
@@ -155,35 +155,35 @@
PHP INI file_uploads:
- {{ ini_get('file_uploads') ? '✅' : '❌' }}
+ {{ ini_get('file_uploads') ? '✅ true' : '❌ false' }}
PHP INI - Security allow_url_fopen (false):
- {{ ini_get('allow_url_fopen') ? '✅' : '❌' }}
+ {{ ini_get('allow_url_fopen') ? '✅ true' : '❌ false' }}
PHP INI - Security allow_url_include (false):
- {{ ini_get('allow_url_include') ? '✅' : '❌' }}
+ {{ ini_get('allow_url_include') ? '✅ true' : '❌ false' }}
PHP INI - Security expose_php (false):
- {{ ini_get('expose_php') ? '✅' : '❌' }}
+ {{ ini_get('expose_php') ? '✅ true' : '❌ false' }}
PHP INI - Security display_errors (false):
- {{ ini_get('display_errors') ? '✅' : '❌' }}
+ {{ ini_get('display_errors') ? '✅ true' : '❌ false' }}
PHP INI - Security display_startup_errors (false):
- {{ ini_get('display_startup_errors') ? '✅' : '❌' }}
+ {{ ini_get('display_startup_errors') ? '✅ true' : '❌ false' }}
PHP INI - Security log_errors (true):
- {{ ini_get('log_errors') ? '✅' : '❌' }}
+ {{ ini_get('log_errors') ? '✅ true' : '❌ false' }}
PHP INI - Security ignore_repeated_errors (false):
- {{ ini_get('ignore_repeated_errors') ? '✅' : '❌' }}
+ {{ ini_get('ignore_repeated_errors') ? '✅ true' : '❌ false' }}
PHP INI - Security disable_functions: