Skip to content
This repository has been archived by the owner on Jul 26, 2019. It is now read-only.

Commit

Permalink
refactor: linfo from git repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Csaba Maulis committed Feb 12, 2017
1 parent 35e580b commit ec7e337
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vagrant/test/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ function checkModules($localPath)
$mysqli->close();

$isLinfo = checkModules("linfo/");
$linfoVers = "3.0.1";
$isAdminer = checkModules("adminer.php");
$adminerVers = "4.2.5";
$isInfo = checkModules("info.php");
Expand Down Expand Up @@ -132,7 +131,7 @@ function checkModules($localPath)
<strong><?= $key ?>:</strong> <?= $value ?><br>
<?php endforeach ?>
<?php if ($isLinfo) : ?>
<strong>Linfo:</strong> <?= $linfoVers ?> • <a href="linfo/" target="_blank">Open</a>
<strong>Linfo</strong> • <a href="linfo/" target="_blank">Open</a>
<?php endif; ?>
</div>
</div>
Expand Down

0 comments on commit ec7e337

Please sign in to comment.