Skip to content

Commit

Permalink
FIX: Switch Order to Save Screen Space
Browse files Browse the repository at this point in the history
 - PHP SAPI
  • Loading branch information
aljawaid committed Sep 15, 2023
1 parent 9a31392 commit 76efc16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Template/config/support.php
Original file line number Diff line number Diff line change
Expand Up @@ -587,6 +587,10 @@
<span class="pass"><span class="pass-tick">&#10004;</span> <?= t('Pass') ?></span>
<?php endif ?>
</span>
<span class="data-wrap">
<li class="app-info-title"><abbr title="PHP Server API">PHP SAPI</abbr></li>
<li class="app-info-value value border-bottom-thick"><?= PHP_SAPI ?></li>
</span>
<span class="data-wrap">
<li class="app-info-title">PHP <?= t('Config File Path') ?></li>
<li class="app-info-value value-path border-bottom-thick"><?= PHP_CONFIG_FILE_PATH ?></li>
Expand All @@ -599,10 +603,6 @@
<li class="app-info-title">PHP <?= t('Loaded Configuration File') ?></li>
<li class="app-info-value value-path border-bottom-thick"><?= php_ini_loaded_file() ?></li>
</span>
<span class="data-wrap">
<li class="app-info-title"><abbr title="PHP Server API">PHP SAPI</abbr></li>
<li class="app-info-value value border-bottom-thick"><?= PHP_SAPI ?></li>
</span>
</ul>
</div>
<!-- gd -->
Expand Down

0 comments on commit 76efc16

Please sign in to comment.