Ver Fonte

Update home.blade.php

Shlee há 3 anos atrás
pai
commit
1086a6a139
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      resources/views/admin/diagnostics/home.blade.php

+ 1 - 1
resources/views/admin/diagnostics/home.blade.php

@@ -187,7 +187,7 @@
 		</li>
 		<li>
 			<strong><span class="badge badge-primary">PHP INI - Security</span> disable_functions:</strong>
-			<span>{{ ini_get('disable_functions') ? '✅' : '❌' }}</span>
+			<span>{{ ini_get('disable_functions') }}</span>
 		</li>
 
 	<hr>