Skip to content

Commit 6b774dc

Browse files
authored
Merge pull request #1026 from luizcmarin/patch-1
Update home.php
2 parents 62725ef + 2bd5314 commit 6b774dc

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/Pages/home.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,8 @@
123123

124124
<?php if (extension_loaded('openssl')) : ?>
125125
<li class="bullet success">Your version of PHP has the openssl extension loaded.</li>
126-
<?php elseif (extension_loaded('mcrypt')) : ?>
127-
<li class="bullet success">Your version of PHP has the mcrypt extension loaded.</li>
128126
<?php else : ?>
129-
<li class="bullet problem">Your version of PHP does NOT have the openssl or mcrypt extension loaded.</li>
127+
<li class="bullet problem">Your version of PHP does NOT have the openssl extension loaded.</li>
130128
<?php endif; ?>
131129

132130
<?php if (extension_loaded('intl')) : ?>

0 commit comments

Comments
 (0)