Skip to content

Commit

Permalink
Merge pull request #1026 from luizcmarin/patch-1
Browse files Browse the repository at this point in the history
Update home.php
  • Loading branch information
LordSimal authored Nov 6, 2024
2 parents 62725ef + 2bd5314 commit 6b774dc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/Pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,8 @@

<?php if (extension_loaded('openssl')) : ?>
<li class="bullet success">Your version of PHP has the openssl extension loaded.</li>
<?php elseif (extension_loaded('mcrypt')) : ?>
<li class="bullet success">Your version of PHP has the mcrypt extension loaded.</li>
<?php else : ?>
<li class="bullet problem">Your version of PHP does NOT have the openssl or mcrypt extension loaded.</li>
<li class="bullet problem">Your version of PHP does NOT have the openssl extension loaded.</li>
<?php endif; ?>

<?php if (extension_loaded('intl')) : ?>
Expand Down

0 comments on commit 6b774dc

Please sign in to comment.