Updates #134

Merged
MrLyallCSIT merged 8 commits from main into 116 2020-09-01 00:54:07 +00:00
Showing only changes of commit a4ae987f94 - Show all commits

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("| Powered by FHeD");
};
?><br>
<?php if (is_signed_in()) {