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
d59f3061ac
commit
1b925e2606
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
<span>{{ ini_get('file_uploads') ? '✅ true' : '❌ false' }}</span>
|
||||
</li>
|
||||
<li>
|
||||
<strong><span class="badge badge-primary">PHP INI - Security</span> allow_url_fopen (false):</strong>
|
||||
<strong><span class="badge badge-primary">PHP INI - Security</span> allow_url_fopen (true):</strong>
|
||||
<span>{{ ini_get('allow_url_fopen') ? '✅ true' : '❌ false' }}</span>
|
||||
</li>
|
||||
<li>
|
||||
|
|
Loading…
Reference in a new issue