Update footer.php

This commit is contained in:
2020-08-18 13:06:57 +01:00
committed by GitHub
parent 26c4f801d3
commit 923f153b47

View File

@@ -1,9 +1,9 @@
<footer class="footer mt-auto py-3">
<div class="text-center text-muted">
<?php
echo($_ENV['APP_NAME'] . " " . get_version() . "<br>");
echo($_ENV['APP_NAME'] . " " . get_version());
if ($_ENV['APP_NAME'] != "FHeD") {
echo("Powered by FHeD.");
echo("<br>Powered by FHeD.");
};
?><br>
<?php if (is_signed_in()) {