We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 62725ef + 2bd5314 commit 6b774dcCopy full SHA for 6b774dc
templates/Pages/home.php
@@ -123,10 +123,8 @@
123
124
<?php if (extension_loaded('openssl')) : ?>
125
<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>
128
<?php else : ?>
129
- <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>
130
<?php endif; ?>
131
132
<?php if (extension_loaded('intl')) : ?>
0 commit comments