Skip to content

Commit

Permalink
Update the views
Browse files Browse the repository at this point in the history
  • Loading branch information
LuckyCyborg committed Jul 13, 2019
1 parent 2dd288e commit 180caba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Views/Pages/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
<ul class="list-unstyled">

<?php if (version_compare(PHP_VERSION, '7.1.8', '>=')) { ?>
<li><i class='fa fa-check text-success'></i> Your version of PHP is 7.1.3 or higher (detected <b><?= PHP_VERSION; ?></b>).</li>
<li><i class='fa fa-check text-success'></i> Your version of PHP is 7.1.8 or higher (detected <b><?= PHP_VERSION; ?></b>).</li>
<?php } else { ?>
<li><i class='fa fa-close text-danger'></i> Your version of PHP is too low. You need PHP 7.1.3 or higher to use Mini Nova (detected <b><?= PHP_VERSION; ?></b>).</li>
<li><i class='fa fa-close text-danger'></i> Your version of PHP is too low. You need PHP 7.1.8 or higher to use Nova Framework (detected <b><?= PHP_VERSION; ?></b>).</li>
<?php } ?>

<?php if (extension_loaded('fileinfo')) { ?>
Expand Down

0 comments on commit 180caba

Please sign in to comment.