mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Update home.blade.php
This commit is contained in:
parent
5a6d6150de
commit
9431c61e53
1 changed files with 4 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue