1
0
Fork 0

Update home.blade.php

This commit is contained in:
Shlee 2022-05-21 23:10:08 +09:30 committed by GitHub
parent 5a6d6150de
commit 9431c61e53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -185,7 +185,10 @@
<strong><span class="badge badge-primary">PHP INI - Security</span> ignore_repeated_errors (false):</strong>
<span>{{ ini_get('ignore_repeated_errors') ? '✅' : '❌' }}</span>
</li>
<li>
<strong><span class="badge badge-primary">PHP INI - Security</span> disable_functions:</strong>
<span>{{ ini_get('disable_functions') ? '✅' : '❌' }}</span>
</li>
<hr>
<p class="font-weight-bold text-muted">